diff --git a/argocd/application-ghost-en.yaml b/argocd/application-ghost-en.yaml index e062c83..e65c086 100644 --- a/argocd/application-ghost-en.yaml +++ b/argocd/application-ghost-en.yaml @@ -9,13 +9,6 @@ spec: destination: namespace: ghost-en server: https://kubernetes.default.svc - ignoreDifferences: - - group: '' - jsonPointers: - - /data - kind: Secret - name: ghost-en-smtp - namespace: ghost-en project: default source: path: ghost-en diff --git a/ghost-en/argocd-app.yaml b/ghost-en/argocd-app.yaml index e174979..18b7273 100644 --- a/ghost-en/argocd-app.yaml +++ b/ghost-en/argocd-app.yaml @@ -12,13 +12,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: ghost-en - ignoreDifferences: - - group: "" - kind: Secret - name: ghost-en-smtp - namespace: ghost-en - jsonPointers: - - /data syncPolicy: automated: prune: true