fix: argo ignore changes to redis and rabbitmq sercrets (set via kyverno)
This commit is contained in:
@@ -11,6 +11,17 @@ spec:
|
|||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: v1
|
||||||
|
kind: Secret
|
||||||
|
name: prod-rabbitmq
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.data'
|
||||||
|
- group: v1
|
||||||
|
kind: Secret
|
||||||
|
name: prod-redis
|
||||||
|
jqPathExpressions:
|
||||||
|
- '.data'
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ spec:
|
|||||||
prune: false
|
prune: false
|
||||||
# - cluster: https://staging-vcluster.staging-vcluster
|
# - cluster: https://staging-vcluster.staging-vcluster
|
||||||
# env: staging
|
# env: staging
|
||||||
|
# autoSync: false
|
||||||
|
# prune: false
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ .env }}-atlantis-resources"
|
name: "{{ .env }}-atlantis-resources"
|
||||||
|
|||||||
Reference in New Issue
Block a user