Skip to content

Commit

Permalink
Replace the hard coded DNS name of cnoe.localtest.me with {{.Host}} (c…
Browse files Browse the repository at this point in the history
…noe-io#396)

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard authored Oct 4, 2024
1 parent f0de0f0 commit f9d4964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/argo-cd/argocd-tls-certs-cm.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/name: argocd-tls-certs-cm
app.kubernetes.io/part-of: argocd
data:
'gitea.cnoe.localtest.me': |
'gitea.{{.Host}}': |
{{ .SelfSignedCert | indentNewLines 4 }}
'{{.Host}}': |
{{ .SelfSignedCert | indentNewLines 4 }}
2 changes: 1 addition & 1 deletion pkg/controllers/localbuild/resources/argo/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21157,7 +21157,7 @@ apiVersion: v1
data:
'{{.Host}}': |
{{ .SelfSignedCert | indentNewLines 4 }}
gitea.cnoe.localtest.me: |
gitea.{{.Host}}: |
{{ .SelfSignedCert | indentNewLines 4 }}
kind: ConfigMap
metadata:
Expand Down

0 comments on commit f9d4964

Please sign in to comment.