diff --git a/argocd-apps-operators/crds-bootstrap.yaml b/argocd-apps-operators/crds-bootstrap.yaml index b07eaf7..c1d63fc 100644 --- a/argocd-apps-operators/crds-bootstrap.yaml +++ b/argocd-apps-operators/crds-bootstrap.yaml @@ -16,5 +16,5 @@ spec: namespace: operators syncPolicy: syncOptions: - - ServerSideApply=true - ApplyOutOfSyncOnly=true + - ServerSideApply=true \ No newline at end of file diff --git a/argocd-apps-operators/prometheus-operator.yaml b/argocd-apps-operators/prometheus-operator.yaml index ae8ff17..deb4ce0 100644 --- a/argocd-apps-operators/prometheus-operator.yaml +++ b/argocd-apps-operators/prometheus-operator.yaml @@ -7,13 +7,14 @@ spec: project: operators source: repoURL: https://git.dvirlabs.com/dvirlabs/operators.git - path: charts/kube-prometheus-stack + path: charts/prometheus-operator targetRevision: master helm: releaseName: prometheus-operator + skipCrds: true destination: server: https://kubernetes.default.svc - namespace: operators + namespace: monitoring syncPolicy: automated: prune: true