Files
k8s-manifests/argocd/application-ghost-en.yaml
T
chemavxandClaude Opus 4.8 dd28956d76 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 <noreply@anthropic.com>
2026-06-21 20:09:15 +00:00

24 lines
566 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ghost-en
namespace: argocd
annotations:
argocd.argoproj.io/tracking-id: ghost-en:argoproj.io/Application:argocd/ghost-en
spec:
destination:
namespace: ghost-en
server: https://kubernetes.default.svc
project: default
source:
path: ghost-en
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- RespectIgnoreDifferences=true