Fixing access to global namespace from within range
This commit is contained in:
Moritz Graf
committed by
Charlie Drage
parent
3c64fe1eca
commit
4cc783b2b1
@ -33,7 +33,7 @@ spec:
|
|||||||
- path: {{ default "/" .path }}
|
- path: {{ default "/" .path }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: "{{ template "fullname" $ }}"-http
|
serviceName: "{{ template "fullname" $ }}"-http
|
||||||
servicePort: {{ .Values.service.http.port }}
|
servicePort: {{ $.Values.service.http.port }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.ingress.tls }}
|
{{- if .Values.ingress.tls }}
|
||||||
tls:
|
tls:
|
||||||
|
Reference in New Issue
Block a user