FEAT(vault): add ignoreDiff for ES/SM

- Add ignoreDifferences for ExternalSecret
- Prevent ArgoCD sync drift
This commit is contained in:
2026-01-01 10:32:47 +09:00
parent d8360c10a1
commit 2c841c2b6e

View File

@@ -23,6 +23,18 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: prometheus
ignoreDifferences:
- group: external-secrets.io
kind: ExternalSecret
jsonPointers:
- /spec/data/0/remoteRef/conversionStrategy
- /spec/data/0/remoteRef/decodingStrategy
- /spec/data/0/remoteRef/metadataPolicy
- /spec/target/deletionPolicy
- group: monitoring.coreos.com
kind: ServiceMonitor
jqPathExpressions:
- .spec.endpoints[].metricRelabelings
syncPolicy:
automated:
prune: true