kubernetes.core icon indicating copy to clipboard operation
kubernetes.core copied to clipboard

Need to pass command line args to Kustomize to install helm charts

Open rkesters opened this issue 2 years ago • 2 comments

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.

rkesters avatar Jan 19 '23 07:01 rkesters

Thanks @rkesters. Seems reasonable. Submit a PR and we'll review it for the next release.

tima avatar Jan 19 '23 15:01 tima

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.

apinter avatar Dec 04 '23 04:12 apinter