Skip to content

Commit 053aa13

Browse files
committed
Use ClusterIssuer only if it is NLB
1 parent 3609a4b commit 053aa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm-seed/templates/letsencrypt-issuer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (eq .Values.serviceType "ClusterIP") (eq .Values.createClusterIssuer true) }}
1+
{{- if and (eq .Values.serviceType "ClusterIP") (eq .Values.ingressClassNameType "elb") }}
22
apiVersion: cert-manager.io/v1
33
kind: ClusterIssuer
44
metadata:

0 commit comments

Comments
 (0)