Allow use of numeric namespaces in helm chart
This commit is contained in:
parent
118a7527fb
commit
175f97dce5
8 changed files with 8 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ webhooks:
|
|||
- v1beta1
|
||||
clientConfig:
|
||||
service:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
name: {{ include "ingress-nginx.controller.fullname" . }}-admission
|
||||
path: /networking/v1beta1/ingresses
|
||||
{{- if .Values.controller.admissionWebhooks.timeoutSeconds }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue