79299061

Date: 2024-12-21 08:02:13
Score: 1
Natty:
Report link

Per the comments found here https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml#L2367, updating your Helm values to include the following block should resolve this issue:

      prometheusOperator:
        admissionWebhooks:
          annotations:
            argocd.argoproj.io/hook: PreSync
            argocd.argoproj.io/hook-delete-policy: HookSucceeded
          mutatingWebhookConfiguration:
            annotations:
              argocd.argoproj.io/hook: PreSync
          validatingWebhookConfiguration:
            annotations:
              argocd.argoproj.io/hook: PreSync
          patch:
            annotations:
              argocd.argoproj.io/hook: PreSync
              argocd.argoproj.io/hook-delete-policy: HookSucceeded
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: majo