fix: argo ignore changes to redis and rabbitmq sercrets (set via kyverno)

This commit is contained in:
2024-06-18 15:10:32 +02:00
parent 5d9930cba2
commit f2ee92c78f
2 changed files with 13 additions and 0 deletions
+11
View File
@@ -11,6 +11,17 @@ spec:
automated:
prune: false
selfHeal: false
ignoreDifferences:
- group: v1
kind: Secret
name: prod-rabbitmq
jqPathExpressions:
- '.data'
- group: v1
kind: Secret
name: prod-redis
jqPathExpressions:
- '.data'
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
+2
View File
@@ -14,6 +14,8 @@ spec:
prune: false
# - cluster: https://staging-vcluster.staging-vcluster
# env: staging
# autoSync: false
# prune: false
template:
metadata:
name: "{{ .env }}-atlantis-resources"