Files
k8s-manifests/argocd/application-zona-exclusion.yaml
chemavxandClaude Opus 4.8 1dbedead2f zona-exclusion: drop dead zona-exclusion-secrets ignoreDifferences (3c)
Old out-of-band zona-exclusion-secrets deleted (kubectl); SMTP now sourced from
Infisical-backed zona-exclusion-secrets-infisical. Remove the obsolete /data
ignoreDifferences stanza from both app manifests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 20:12:57 +00:00

24 lines
596 B
YAML

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