Skip to content

Commit 258ec1e

Browse files
committed
revert: restore original certIssuer check in kargo.ingress template
1 parent 32d1654 commit 258ec1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/kargo/templates/_ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
{{- include "kargo.tplvalues.render" (dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
1111
{{- end }}
1212
annotations:
13-
{{- if and .Values.global .Values.global.certIssuer }}
13+
{{- if .Values.global.certIssuer }}
1414
cert-manager.io/cluster-issuer: {{ .Values.global.certIssuer }}
1515
{{- end }}
1616
{{- if .Values.ingress.annotations }}

0 commit comments

Comments
 (0)