Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(preview-env): Use a static name for the TLS secret #1734

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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