* Helpers: Align `ingress-nginx.namespace` to `ingress-nginx.name`. * Templates: Remove quotes. In alignment to others. Also does not make sense as `namespace` must conform to DNS. * Admission Webhooks/Validating Webhook: Make use of `ingress-nginx.namespace`. * KEDA: Remove comment. * Templates: Add forgotten namespace definitions.
This commit is contained in:
parent
e805d4955d
commit
9cb3919e84
10 changed files with 16 additions and 20 deletions
|
|
@ -4,7 +4,7 @@ kind: ServiceMonitor
|
|||
metadata:
|
||||
name: {{ include "ingress-nginx.controller.fullname" . }}
|
||||
{{- if .Values.controller.metrics.serviceMonitor.namespace }}
|
||||
namespace: {{ .Values.controller.metrics.serviceMonitor.namespace | quote }}
|
||||
namespace: {{ .Values.controller.metrics.serviceMonitor.namespace }}
|
||||
{{- else }}
|
||||
namespace: {{ include "ingress-nginx.namespace" . }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue