Skip to content

Commit c774ddc

Browse files
author
Rub21
committed
Check clusterIP for ClusterIssuer creation
1 parent 960ea1d commit c774ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osm-seed/templates/letsencrypt-issuer.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if eq .Values.serviceType "ClusterIP" }}
12
apiVersion: cert-manager.io/v1
23
kind: ClusterIssuer
34
metadata:
@@ -22,3 +23,4 @@ spec:
2223
- http01:
2324
ingress:
2425
class: nginx
26+
{{- end }}

0 commit comments

Comments
 (0)