File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : pomerium
3
- version : 31.0.2
3
+ version : 31.0.3
4
4
appVersion : 0.17.0
5
5
home : http://www.pomerium.com/
6
6
icon : https://www.pomerium.com/img/icon.svg
Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ spec:
22
22
{{- end }}
23
23
ingressClassName : {{ .Values.ingress.className }}
24
24
{{- end }}
25
+ {{ if (or .Values.ingress.secret.name .Values.ingress.secretName) }}
25
26
tls :
26
27
- secretName : {{ default .Values.ingress.secret.name .Values.ingress.secretName }}
27
28
hosts :
28
29
{{ include "pomerium.ingress.tls.hosts" . | indent 8 }}
30
+ {{- end }}
29
31
rules :
30
32
{{- range .Values.ingress.hosts }}
31
33
- host : {{ . | quote }}
@@ -119,4 +121,4 @@ spec:
119
121
{{- if $ingressSupportsPathType }}
120
122
pathType : {{ $ingressPathType }}
121
123
{{- end }}
122
- {{- end }}
124
+ {{- end }}
You can’t perform that action at this time.
0 commit comments