We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a75202 commit 92cc4fcCopy full SHA for 92cc4fc
helmfile.d/snippets/derived.gotmpl
@@ -33,7 +33,7 @@
33
{{- if eq $cm.issuer "externally-managed-tls-secret" }}
34
{{- $tlsSecretName = $cm.externallyManagedTlsSecretName }}
35
{{- else if eq $cm.issuer "byo-wildcard-cert" }}
36
- {{- $tlsSecretName = "byo-wildcard-cert" }}
+ {{- $tlsSecretName = "otomi-byo-wildcard-cert" }}
37
{{- end -}}
38
39
{{- if and (not (env "CI")) (not (env "VALUES_INPUT")) (hasKey $v.cluster "k8sContext") }}
0 commit comments