FEAT(vault): add ignoreDiff for ES/SM
- Add ignoreDifferences for ExternalSecret - Prevent ArgoCD sync drift
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user