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
Usecase:
Sometimes (especially when using ApplicationSets) in overlay directories (non-Kubernetes manifest-)YAML files are used.
However they are picked up by the YAMLProcessor() as they were Kubernetes manifesters.
So can we either:
Ignore an arbitrary path (given in ENVVAR?)?
Turn on/off processors?
(deleting them with a pre-processor looked super-ugly)
The text was updated successfully, but these errors were encountered:
Of the options you've presented I'd prefer the "ignore path" option as a new parameter. Something like lovely_ignore_subpath, taking a space separated list of paths to ignore if they exist.
You could then set this globally as an environment variable if you wanted to.
Usecase:
Sometimes (especially when using ApplicationSets) in overlay directories (non-Kubernetes manifest-)YAML files are used.
However they are picked up by the YAMLProcessor() as they were Kubernetes manifesters.
So can we either:
(deleting them with a pre-processor looked super-ugly)
The text was updated successfully, but these errors were encountered: