-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add kustomization yaml #26
base: trunk
Are you sure you want to change the base?
Conversation
Thanks for this pull request. I'm not familiar with kustomize. I'm going to read up on that before reviewing. |
Please add the |
Hi, is this PR going to be merged anytime soon ? I am trying to use kustomize to clone the deploy folder which will make it much easier if we have this feature added. |
Hello. I'll be revisiting this soon. |
Hello. We need this too. Thanks! |
Would also love to see this merged! |
You can test this already by using kustomize built into kubectl:
I'd however also add a kustomization at the root of the repo so users can install it by doing To see how this is done you can view: https://github.com/ricoberger/vault-secrets-operator or https://github.com/prometheus-operator/prometheus-operator/blob/main/kustomization.yaml |
It would be great if a kustomization.yaml was available for easy deployment with kustomize.