Merge pull request #1204 from locker95/fix/namespaceSelector-helper-comment

chart: fix reloader-namespaceSelector helper comment
This commit is contained in:
Muhammad Safwan Karim
2026-08-10 08:14:29 +05:00
committed by GitHub
@@ -80,7 +80,8 @@ meta.helm.sh/release-name: {{ .Release.Name | quote }}
{{- end -}}
{{/*
Create the namespace selector if it does not watch globally
Emit reloader.namespaceSelector when watching globally (label filter on namespaces).
Only used when reloader.watchGlobally is true; see chart README / values comments.
*/}}
{{- define "reloader-namespaceSelector" -}}
{{- if and .Values.reloader.watchGlobally .Values.reloader.namespaceSelector -}}