From dd28956d76925da48df5324c03fa847ad0895020 Mon Sep 17 00:00:00 2001 From: chemavx Date: Sun, 21 Jun 2026 20:09:15 +0000 Subject: [PATCH] ghost-en: drop dead ghost-en-smtp ignoreDifferences (3c) Old out-of-band ghost-en-smtp secret deleted (kubectl); SMTP now sourced from Infisical-backed ghost-en-smtp-infisical. Remove the now-obsolete /data ignoreDifferences stanza from both app manifests. Co-Authored-By: Claude Opus 4.8 --- argocd/application-ghost-en.yaml | 7 ------- ghost-en/argocd-app.yaml | 7 ------- 2 files changed, 14 deletions(-) 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