From 9683f2047c715cc8798256eb65f3fcb6675029ee Mon Sep 17 00:00:00 2001 From: James Mellors Date: Fri, 2 May 2025 09:12:42 +0100 Subject: [PATCH] updating grafana storage --- values/overrides.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/values/overrides.yaml b/values/overrides.yaml index c8c0e58..48385ef 100644 --- a/values/overrides.yaml +++ b/values/overrides.yaml @@ -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: {}