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>
24 lines
566 B
YAML
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
|