SparebankenVest / azure-key-vault-to-kubernetes

Azure Key Vault to Kubernetes (akv2k8s for short) makes it simple and secure to use Azure Key Vault secrets, keys and certificates in Kubernetes.
https://akv2k8s.io
Apache License 2.0
439 stars 97 forks source link

[FEATURE] ConfigMap template support #18

Closed lukasmrtvy closed 3 years ago

lukasmrtvy commented 5 years ago

It would be super usefull, if something like this: https://github.com/Soluto/kamus/tree/master/init-container#custom-templating-support will be supported. Not all images/applications handles configuration from environment variables and sometimes its needed to store secret in configMap. Thanks

torresdal commented 4 years ago

Agree @lukasmrtvy. Basically two things then:

  1. Support for ConfigMap
  2. Support for templating

The first should be doable in reasonable time. The second will require some more thought. Mind if I split these in two?

torresdal commented 3 years ago

Support for ConfigMap is now available in 1.2-beta - soon to be released.

torresdal commented 3 years ago

We will not add template support at this time, unless someone provide a PR. ConfigMaps will be supported from v1.2.