Skip to content

Commit

Permalink
chore(preview-env): Fix ArgoCD ignoreDifferences configuration (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnero authored Jan 17, 2024
1 parent 721da00 commit 60da11e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .ci/preview-environments/argo/c8sm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- /data/tls.key
- /metadata/annotations/replicator.v1.mittwald.de~1replicated-from-version
kind: Secret
name: "*-wildcard-certificate-tls"
name: connectors-wildcard-certificate-tls
project: connectors-previews
source:
helm:
Expand All @@ -26,4 +26,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- RespectIgnoreDifferences=true
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ include "camundaPlatform.fullname" (index .Subcharts "camunda-platform") }}-wildcard-certificate-tls
name: connectors-wildcard-certificate-tls
labels:
{{- include "commonLabels" $ | nindent 4 }}
annotations:
Expand Down
2 changes: 1 addition & 1 deletion .ci/preview-environments/charts/c8sm/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ spec:
tls:
- hosts:
- {{ include "ingress.domain" $ | quote }}
secretName: {{ include "camundaPlatform.fullname" $camundaPlatform }}-wildcard-certificate-tls
secretName: connectors-wildcard-certificate-tls

0 comments on commit 60da11e

Please sign in to comment.