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