We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All secret keys (for aws, minio etc) should be in a external k8s secret instead of directly be as env variable.
https://github.com/gomods/athens/blob/main/charts/athens-proxy/templates/deployment.yaml#L103
The text was updated successfully, but these errors were encountered:
@draeron are you wanting to create a secret outside of the helm chart, and then bring it into your pod as an environment variable?
Sorry, something went wrong.
By external i meant the chart itself should create the secrets and the deployment should refer to it via a secretKeyRef.
secretKeyRef
feat: use secretKeyRef (#7)
1ee7d70
closes gomods/athens#5 closes #25 closes #24 --------- Co-authored-by: Nicholas Wiersma <nick@wiersma.co.za>
Successfully merging a pull request may close this issue.
All secret keys (for aws, minio etc) should be in a external k8s secret instead of directly be as env variable.
https://github.com/gomods/athens/blob/main/charts/athens-proxy/templates/deployment.yaml#L103
The text was updated successfully, but these errors were encountered: