Skip to content

Commit 92cc4fc

Browse files
authored
fix: byo certificate name (#1781)
1 parent 3a75202 commit 92cc4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helmfile.d/snippets/derived.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{{- if eq $cm.issuer "externally-managed-tls-secret" }}
3434
{{- $tlsSecretName = $cm.externallyManagedTlsSecretName }}
3535
{{- else if eq $cm.issuer "byo-wildcard-cert" }}
36-
{{- $tlsSecretName = "byo-wildcard-cert" }}
36+
{{- $tlsSecretName = "otomi-byo-wildcard-cert" }}
3737
{{- end -}}
3838

3939
{{- if and (not (env "CI")) (not (env "VALUES_INPUT")) (hasKey $v.cluster "k8sContext") }}

0 commit comments

Comments
 (0)