Old out-of-band umami-secrets deleted (kubectl); the /data ignoreDifferences stanza referencing it is now dead. Removed from both the registered app manifest and the in-dir duplicate. umami-secrets-infisical is Owner-managed by the operator, not a git-tracked Secret, so no ignore rule is needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
551 B
YAML
24 lines
551 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: umami
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/tracking-id: umami:argoproj.io/Application:argocd/umami
|
|
spec:
|
|
destination:
|
|
namespace: umami
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: umami
|
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- RespectIgnoreDifferences=true
|