vmware-archive / helm-crd

Experimental CRD controller for managing Helm releases
Apache License 2.0
100 stars 13 forks source link

Secrets in CRDs #10

Open ipedrazas opened 6 years ago

ipedrazas commented 6 years ago

CRDs should allow references to kubernetes secrets. Helm allows secret injection at runtime, this controller breaks that safety net because of convenience.

prydonius commented 6 years ago

@ipedrazas what exactly do you mean by secret injection at runtime? AFAIK Helm will store the values in plaintext in a ConfigMap. Anyway, I do think HelmRelease should support a valueSecretName field.