From e4a9f0a1f3796cfb48e62662cb75a86a483d6057 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Wed, 5 Mar 2025 19:41:00 +0300 Subject: [PATCH] [hotfix] fix error deploy kube-prometheus-stack (!113) Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/113 Reviewed-by: Rustam Tagaev --- .../argocd-apps-kube-prometheus-stack-app.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml index 3b6a49a..193da41 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/kube-prometheus-stack/kube-prometheus-stack/argocd-apps-kube-prometheus-stack-app.yaml @@ -28,6 +28,7 @@ spec: syncOptions: - ApplyOutOfSyncOnly=true - CreateNamespace=true + - ServerSideApply=true --- apiVersion: argoproj.io/v1alpha1 kind: AppProject @@ -59,3 +60,11 @@ spec: kind: ClusterRoleBinding - group: '*' kind: CustomResourceDefinition + - group: '*' + kind: ValidatingWebhookConfiguration + - group: '*' + kind: MutatingWebhookConfiguration + - group: '*' + kind: ServiceMonitor + - group: '*' + kind: Prometheus