updating grafana storage
This commit is contained in:
parent
06cffa4187
commit
9683f2047c
@ -2606,7 +2606,7 @@ prometheusOperator:
|
|||||||
## IgnoreOnInstallOnly - If Release.IsInstall returns "true", set "Ignore" otherwise "Fail"
|
## IgnoreOnInstallOnly - If Release.IsInstall returns "true", set "Ignore" otherwise "Fail"
|
||||||
failurePolicy: ""
|
failurePolicy: ""
|
||||||
## The default timeoutSeconds is 10 and the maximum value is 30.
|
## The default timeoutSeconds is 10 and the maximum value is 30.
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 30
|
||||||
enabled: true
|
enabled: true
|
||||||
## A PEM encoded CA bundle which will be used to validate the webhook's server certificate.
|
## A PEM encoded CA bundle which will be used to validate the webhook's server certificate.
|
||||||
## If unspecified, system trust roots on the apiserver are used.
|
## If unspecified, system trust roots on the apiserver are used.
|
||||||
@ -2615,20 +2615,20 @@ prometheusOperator:
|
|||||||
## On chart upgrades (or if the secret exists) the cert will not be re-generated. You can use this to provide your own
|
## On chart upgrades (or if the secret exists) the cert will not be re-generated. You can use this to provide your own
|
||||||
## certs ahead of time if you wish.
|
## certs ahead of time if you wish.
|
||||||
##
|
##
|
||||||
annotations: {}
|
annotations:
|
||||||
# argocd.argoproj.io/hook: PreSync
|
argocd.argoproj.io/hook: PreSync
|
||||||
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||||
|
|
||||||
namespaceSelector: {}
|
namespaceSelector: {}
|
||||||
objectSelector: {}
|
objectSelector: {}
|
||||||
|
|
||||||
mutatingWebhookConfiguration:
|
mutatingWebhookConfiguration:
|
||||||
annotations: {}
|
annotations:
|
||||||
# argocd.argoproj.io/hook: PreSync
|
argocd.argoproj.io/hook: PreSync
|
||||||
|
|
||||||
validatingWebhookConfiguration:
|
validatingWebhookConfiguration:
|
||||||
annotations: {}
|
annotations:
|
||||||
# argocd.argoproj.io/hook: PreSync
|
argocd.argoproj.io/hook: PreSync
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -2862,9 +2862,9 @@ prometheusOperator:
|
|||||||
##
|
##
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
ttlSecondsAfterFinished: 60
|
ttlSecondsAfterFinished: 60
|
||||||
annotations: {}
|
annotations:
|
||||||
# argocd.argoproj.io/hook: PreSync
|
argocd.argoproj.io/hook: PreSync
|
||||||
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user