Skip to content

A fix for observing a comma-separated list of namespaces

Pre-release
Pre-release
Compare
Choose a tag to compare
@draychev draychev released this 07 Nov 01:21
· 285 commits to master since this 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.