kubernetes.core
kubernetes.core copied to clipboard
Need to pass command line args to Kustomize to install helm charts
SUMMARY
I need to pass command line args to kustomize, current implmentation does not allow this.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
kubernetes.core.kustomize
ADDITIONAL INFORMATION
My project use Kustomize to install services into the cluster, we would like to install helm charts via Kustomize but the ansible kustomize does not allow us to pass the --enable-helm arg.
Thanks @rkesters. Seems reasonable. Submit a PR and we'll review it for the next release.
Thanks @rkesters. Seems reasonable. Submit a PR and we'll review it for the next release.
A PR (#592) has indeed been submitted for a while now which actually helped me last week to deploy a new env with Ansible and the k8s collection. I can patch things downstream, but I think merging this change would be pretty great upstream.