-
Notifications
You must be signed in to change notification settings - Fork 889
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
Unable to deploy injector only #173
Comments
I was curious if it is possible to run the injector only since we already have a Vault server. Is this a supported use case? |
Yes it can be run, I extracted injector part from Helm Chart and made it run standalone. Just needed to add additional parameter to specify Vault server. Hope this will be supported by official chart as well. |
Would definitely be nice to have as a supported feature. Multiple k8s clusters don't need multiple Vault instances as opposed to leveraging a centralized one. |
Hi there, this should be possible Adding an example of this kind of configuration to the docs is definitely on the todo list. |
In case you are trying to find out how to opt out of the server portion of the chart only, you can find the information in this PR: #159 |
Attempt to deploy following configuration:
results following error from helm:
Error: release vault-injector failed: no objects visited
Expected result:
Actual result:
Helm template version 0.3.2
Target Environment: Rancher v2.3.2
The text was updated successfully, but these errors were encountered: