Skip to content

feat(deployment): allow additional envvars and make default user optional #17

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrsimonemms
Copy link

@mrsimonemms mrsimonemms commented Nov 29, 2024

Closes #16

📑 Description

Make the username/password optional so we can put them in a secret and additional envvars. This allows us to put the default user in a secret, which is a better way of saving sensitive data in Kubernetes

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

…onal

This allows us to put the default user in a secret, which is a better
way of saving sensitive data in Kubernetes
@mrsimonemms mrsimonemms marked this pull request as ready for review November 29, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH]: Allow configuration of environment variables
1 participant