We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0de0f0 commit f9d4964Copy full SHA for f9d4964
hack/argo-cd/argocd-tls-certs-cm.yaml.tmpl
@@ -6,7 +6,7 @@ metadata:
6
app.kubernetes.io/name: argocd-tls-certs-cm
7
app.kubernetes.io/part-of: argocd
8
data:
9
- 'gitea.cnoe.localtest.me': |
+ 'gitea.{{.Host}}': |
10
{{ .SelfSignedCert | indentNewLines 4 }}
11
'{{.Host}}': |
12
pkg/controllers/localbuild/resources/argo/install.yaml
@@ -21157,7 +21157,7 @@ apiVersion: v1
21157
21158
21159
21160
- gitea.cnoe.localtest.me: |
+ gitea.{{.Host}}: |
21161
21162
kind: ConfigMap
21163
metadata:
0 commit comments