kube-secrets-init icon indicating copy to clipboard operation
kube-secrets-init copied to clipboard

Cannot set all CLI arguments to secrets-init

Open tpiscitell opened this issue 1 year ago • 1 comments

I noticed the arguments passed to secrets-init are hard coded to just --project. However, secrets-init has other arguments that it accepts. It would be nice if we could specify exactly what arguments are set by the webhook controller.

tpiscitell avatar Jan 25 '24 14:01 tpiscitell

FWIW, I think the most straight forward solution is to create a CLI flag in kube-secrets-init for every one in secrets-init. That would make it easy to specify arguments for secrets-init when deploying kube-secrets-init. However, it does come at the cost of requiring a change in kube-secrets-init every time secrets-init changes.

tpiscitell avatar Jan 25 '24 14:01 tpiscitell