From 184c5f48151cd15ecb7cba2fe6a5c83008f4357d Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 22 Jun 2026 06:58:20 +0000 Subject: [PATCH] umami: drop dead umami-secrets ignoreDifferences stanza (3c) 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 --- argocd/application-umami.yaml | 7 ------- umami/argocd-app.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/argocd/application-umami.yaml b/argocd/application-umami.yaml index 2be3353..5a7df05 100644 --- a/argocd/application-umami.yaml +++ b/argocd/application-umami.yaml @@ -9,13 +9,6 @@ spec: destination: namespace: umami server: https://kubernetes.default.svc - ignoreDifferences: - - group: '' - jsonPointers: - - /data - kind: Secret - name: umami-secrets - namespace: umami project: default source: path: umami diff --git a/umami/argocd-app.yaml b/umami/argocd-app.yaml index fc40565..41ac441 100644 --- a/umami/argocd-app.yaml +++ b/umami/argocd-app.yaml @@ -12,13 +12,6 @@ spec: destination: server: https://kubernetes.default.svc namespace: umami - ignoreDifferences: - - group: "" - kind: Secret - name: umami-secrets - namespace: umami - jsonPointers: - - /data syncPolicy: automated: prune: true