-
Notifications
You must be signed in to change notification settings - Fork 22
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 support for kustomize deployment #188
Comments
As an alternative, users could use kustomize's |
That does pass all the heavy lifting away from us, which is awesome @cjyar. Referenced PR kubernetes-sigs/kustomize#5167 seems to be ready for merge, so we can probably expect the release sometime soon. |
Kustomize now supports |
Goal
We would like to provide a way to deploy operator using kustomize leveraging kubebuilder. This requires adding the deployment and updating necessary RBAC policies.
Use https://github.com/bank-vaults/vault-operator/tree/main/deploy/charts/vault-operator as a reference.
Ensure that documentation guide works for Vault CRs added to a default, as well as custom namespace.
The text was updated successfully, but these errors were encountered: