spanarek
spanarek
Hello, I have a problem with openshift router. We are using certmanager to provide certificates to the default ingress controller in OpenShift. Openshift converted the secret to a pem file...
++ very want same solution for consul-template I.e, when i use consul-template(vault-ct-once), i got similiar behavior: _I find that banzai has similiar anotation - vault.security.banzaicloud.io/vault-agent-once, but it fits only jobs,...
> is this issue still open ? Yes!
Because, i want to use consul-template. I'm really looking to resolve this issue. Using consul-template as a sidecar requres exess resources(CPU,RAM for sidecar and addational queries to Vault server)
Finally i found undocumented solution: https://github.com/banzaicloud/bank-vaults/pull/1302/commits/42ab8c6bbb517685d7f07073fe7c1b1447cf2f65 If use two annotations: ``` vault.security.banzaicloud.io/vault-ct-once:` 'true' vault.security.banzaicloud.io/vault-ct-inject-in-initcontainers: "true" ``` Consul-template will run as initContainer, render template and exit. Please append this topic in...