fix: fix atlantis resource diffing and ignores

This commit is contained in:
Jonas Juselius
2024-06-19 12:02:18 +02:00
parent 423d6c7a63
commit 8827153ac3
2 changed files with 9 additions and 4 deletions
+8 -4
View File
@@ -3,6 +3,8 @@ kind: Application
metadata:
name: atlantis-host-cluster-resources
namespace: argocd
# annotations: # close, but no cigar
# argocd.argoproj.io/compare-options: ServerSideDiff=true,IncludeMutationWebhook=true
spec:
project: aux
destination:
@@ -12,16 +14,18 @@ spec:
prune: false
selfHeal: false
ignoreDifferences:
- group: v1
kind: Secret
- kind: Secret
name: prod-rabbitmq
jqPathExpressions:
- '.data'
- group: v1
kind: Secret
- '.metadata.annotations.clone'
- '.metadata.labels'
- kind: Secret
name: prod-redis
jqPathExpressions:
- '.data'
- '.metadata.annotations.clone'
- '.metadata.labels'
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
+1
View File
@@ -1,3 +1,4 @@
# Currently not in use. Configured via the create-vcluster script.
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata: