From 6b96cf67d43db38576a7bc18c7bde6a00356a4d4 Mon Sep 17 00:00:00 2001 From: vmaillot <74190001+vmaillot@users.noreply.github.com> Date: Fri, 1 Sep 2023 11:05:33 +0200 Subject: [PATCH] chore(values.yaml): add missing double dashes Co-authored-by: Lucas Bickel <116588+hairmare@users.noreply.github.com> --- charts/infra-apps/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index feabe61ee..d61383fea 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -137,7 +137,7 @@ kubePrometheusStack: # -- Argo CD sync policy for the app syncPolicy: syncOptions: - # enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources + # -- enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources - ServerSideApply=true # -- Helm values # @default -- [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml)