helm-charts
helm-charts copied to clipboard
Add ability to provide secretKey via reference
Currently only directly supported via setting plain value in values file.
@BlackDark have an example of what you are looking for?
Yes, similar to the db password etc.
nautobot:
secretKey:
existingSecret: name-of-secret
existingSecretKey: key
# currently only this option works
nautobot:
secretKey: blablamagicsecret
# could go via sops and encrypt the file / value but why not using existing kubernetes features
ah ok, I think I'm following that is the secret key for django to be passed to Nautobot... I had my head stuck on a kubernetes secret and key... more coffee helped... Yeah this is a good and simple add thanks for the suggestion...
Hello @BlackDark. This is now supported from the release 2.1.0 (https://docs.nautobot.com/projects/helm-charts/en/stable/advanced-features/existing-secrets/).
I am closing the issue. If you find that the behavior is not what you expected, feel free to open a new issue.