A fix for observing a comma-separated list of namespaces
Pre-release
Pre-release
This release contains a small fix to how AGIC treats the values passed to watchNamespace
Helm variable (KUBERNETES_WATCHNAMESPACE
environment variable).
When this variable is blank or missing from the Helm config, AGIC correctly observed all namespaces.
When one namespace is given to this variable, AGIC also correctly observed that namespace.
However when a comma-separated list of namespaces was provided, AGIC only observed one of these.
This bug has been fixed with the current release.