mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-20 20:46:30 +00:00
Merge pull request #1204 from locker95/fix/namespaceSelector-helper-comment
chart: fix reloader-namespaceSelector helper comment
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user