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:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: prometheus
|
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:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Reference in New Issue
Block a user