You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`reloader.reloadOnDelete`| Enable reload on delete events. Valid value are either `true` or `false`| boolean |`false`|
57
57
|`reloader.syncAfterRestart`| Enable sync after Reloader restarts for **Add** events, works only when reloadOnCreate is `true`. Valid value are either `true` or `false`| boolean |`false`|
58
58
|`reloader.reloadStrategy`| Strategy to trigger resource restart, set to either `default`, `env-vars` or `annotations`| enumeration |`default`|
59
-
|`reloader.ignoreNamespaces`| List of comma separated namespaces to ignore, if multiple are provided, they are combined with the AND operator| string |`""`|
59
+
|`reloader.ignoreNamespaces`| List of comma separated namespaces to ignore, if multiple are provided, they are combined with the AND operator. Only honored when `reloader.watchGlobally` is `true`; in single-namespace and scoped (`reloader.namespaces`) modes the watched set is already explicit and this value is ignored.| string |`""`|
60
60
|`reloader.namespaceSelector`| List of comma separated k8s label selectors for namespaces selection. The parameter only used when `reloader.watchGlobally` is `true`. See [LIST and WATCH filtering](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#list-and-watch-filtering) for more details on label-selector | string |`""`|
61
61
|`reloader.resourceLabelSelector`| List of comma separated label selectors, if multiple are provided they are combined with the AND operator | string |`""`|
62
62
|`reloader.logFormat`| Set type of log format. Value could be either `json` or `""`| string |`""`|
63
63
|`reloader.watchGlobally`| Allow Reloader to watch in all namespaces (`true`) or just in a single namespace (`false`) | boolean |`true`|
64
+
|`reloader.namespaces`| Explicit namespaces to watch (scoped mode). When non-empty and `reloader.watchGlobally` is `false`, Reloader watches exactly these namespaces and the chart creates a namespace-scoped Role + RoleBinding in each (no ClusterRole). The release namespace is not watched for reloads unless you list it explicitly; the chart only grants it a minimal Role for Reloader's internal meta-info ConfigMap (and leader-election in HA). Accepts either a YAML list (`["team-a","team-b"]`) or a comma-separated string (`"team-a,team-b"`). | list/string |`[]`|
64
65
|`reloader.enableHA`| Enable leadership election allowing you to run multiple replicas | boolean |`false`|
65
66
|`reloader.enablePProf`| Enables pprof for profiling | boolean |`false`|
66
67
|`reloader.pprofAddr`| Address to start pprof server on | string |`:6060`|
0 commit comments