From feccd99f3c8a0f703996981547f920d55047069f Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Sat, 1 Jun 2024 19:51:31 +0200 Subject: [PATCH] chore(argo): set apiVersions for Prometheus CRs --- argocd/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index c713efe..6c5e3da 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -27,4 +27,6 @@ helmCharts: releaseName: argo-cd namespace: argo-system version: "7.1.0" - valuesFile: config/values.argo-cd.yaml \ No newline at end of file + valuesFile: config/values.argo-cd.yaml + apiVersions: + - monitoring.coreos.com/v1 \ No newline at end of file