Skip to content

Commit f9d4964

Browse files
authored
Replace the hard coded DNS name of cnoe.localtest.me with {{.Host}} (#396)
Signed-off-by: cmoulliard <[email protected]>
1 parent f0de0f0 commit f9d4964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/argo-cd/argocd-tls-certs-cm.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app.kubernetes.io/name: argocd-tls-certs-cm
77
app.kubernetes.io/part-of: argocd
88
data:
9-
'gitea.cnoe.localtest.me': |
9+
'gitea.{{.Host}}': |
1010
{{ .SelfSignedCert | indentNewLines 4 }}
1111
'{{.Host}}': |
1212
{{ .SelfSignedCert | indentNewLines 4 }}

pkg/controllers/localbuild/resources/argo/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21157,7 +21157,7 @@ apiVersion: v1
2115721157
data:
2115821158
'{{.Host}}': |
2115921159
{{ .SelfSignedCert | indentNewLines 4 }}
21160-
gitea.cnoe.localtest.me: |
21160+
gitea.{{.Host}}: |
2116121161
{{ .SelfSignedCert | indentNewLines 4 }}
2116221162
kind: ConfigMap
2116321163
metadata:

0 commit comments

Comments
 (0)