Skip to content

Commit 48b9831

Browse files
authored
Chart: Remove useless default from _params.tpl. (#10957)
1 parent 53dc89f commit 48b9831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ingress-nginx/templates/_params.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- --watch-namespace={{ default "$(POD_NAMESPACE)" .Values.controller.scope.namespace }}
3030
{{- end }}
3131
{{- if and (not .Values.controller.scope.enabled) .Values.controller.scope.namespaceSelector }}
32-
- --watch-namespace-selector={{ default "" .Values.controller.scope.namespaceSelector }}
32+
- --watch-namespace-selector={{ .Values.controller.scope.namespaceSelector }}
3333
{{- end }}
3434
{{- if and .Values.controller.reportNodeInternalIp .Values.controller.hostNetwork }}
3535
- --report-node-internal-ip-address={{ .Values.controller.reportNodeInternalIp }}

0 commit comments

Comments
 (0)