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 <noreply@anthropic.com>
This commit is contained in:
@@ -9,13 +9,6 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
namespace: umami
|
namespace: umami
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
ignoreDifferences:
|
|
||||||
- group: ''
|
|
||||||
jsonPointers:
|
|
||||||
- /data
|
|
||||||
kind: Secret
|
|
||||||
name: umami-secrets
|
|
||||||
namespace: umami
|
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: umami
|
path: umami
|
||||||
|
|||||||
@@ -12,13 +12,6 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: umami
|
namespace: umami
|
||||||
ignoreDifferences:
|
|
||||||
- group: ""
|
|
||||||
kind: Secret
|
|
||||||
name: umami-secrets
|
|
||||||
namespace: umami
|
|
||||||
jsonPointers:
|
|
||||||
- /data
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Reference in New Issue
Block a user