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"
|
||||
failurePolicy: ""
|
||||
## The default timeoutSeconds is 10 and the maximum value is 30.
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: 30
|
||||
enabled: true
|
||||
## 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.
|
||||
@ -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
|
||||
## certs ahead of time if you wish.
|
||||
##
|
||||
annotations: {}
|
||||
# argocd.argoproj.io/hook: PreSync
|
||||
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
|
||||
namespaceSelector: {}
|
||||
objectSelector: {}
|
||||
|
||||
mutatingWebhookConfiguration:
|
||||
annotations: {}
|
||||
# argocd.argoproj.io/hook: PreSync
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
|
||||
validatingWebhookConfiguration:
|
||||
annotations: {}
|
||||
# argocd.argoproj.io/hook: PreSync
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
|
||||
deployment:
|
||||
enabled: false
|
||||
@ -2862,9 +2862,9 @@ prometheusOperator:
|
||||
##
|
||||
priorityClassName: ""
|
||||
ttlSecondsAfterFinished: 60
|
||||
annotations: {}
|
||||
# argocd.argoproj.io/hook: PreSync
|
||||
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
affinity: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user