-
Notifications
You must be signed in to change notification settings - Fork 42
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
Integration with kustomize #29
Comments
I started to use This would be a real boost for kubesec if this could be part of kustomize ! |
I created a kustomize plugin for SOPS if anyone is searching for a solution with a |
If anyone is interested in testing |
I search also a kustomize kubesec integration. this will be great. fit for our setup. |
After some (laborious) investigation, I conclude I can't use this very good plugin with a tool like kustomize because the standard generator doesn't allow to add some extra "comments" required by
kubesec
.I can choose to not use the
secret-generator
from kustomize, but I lose auto rolling of deployment attached to a secret and the capacity to have immutable secrets in K8S.Do you think an integration inside
kustomize
with an extension of the currentsecretGenerator
(https://github.com/kubernetes-sigs/kustomize/tree/master/plugin/builtin/secretgenerator) or something else is possible? Would be great to have access to this 👍.Thanks
/cc @Neonox31
The text was updated successfully, but these errors were encountered: