Allow use of numeric namespaces in helm chart

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-27 18:06:51 -03:00
parent 118a7527fb
commit 175f97dce5
8 changed files with 8 additions and 8 deletions

View file

@ -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 }}