jacero-io / kode-operator

Development environments, the cloud-native way
Apache License 2.0
0 stars 0 forks source link

[core] Make use of a secret for username and password #22

Closed emil-jacero closed 1 month ago

emil-jacero commented 3 months ago

If a user defindes Kode.username and Kode.password it should create a secret and put the values into that secret for use in the statefulSet and initContainers. If a user defines Kode.existingSecret it should just use that secret.