Petr Enkov
Results
2
comments of
Petr Enkov
I think it will be great to have the ability to pass any argument to helm template command. In config, it could look like this: ``` extraArgs: ['--include-crds', '--post-renderer ./path/to/executable']...
Found another issue with helm template command. In some charts there is a check for Capabilities.APIVersions like: `if ( .Capabilities.APIVersions.Has "monitoring.coreos.com/v1" )` and by default helm template command doesn't check...