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
Deployment.yaml
Bassa/scripts/kubernetes/manifests/api_and_aria2c/deployment.yml
Line 30 in b7668b9
https://github.com/scorelab/Bassa/pull/828/files#diff-16a3a975467f18ae05c8a74a608e5ad0R24-R30
env: - name: BASSA_DB_NAME value: 'Bassa' - name: BASSA_DB_USERNAME value: 'bassa' - name: BASSA_DB_PASSWORD value: 'bassa@1234'
We are using these in multiple pods, better we move them out and especially the secrets.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bassa/scripts/kubernetes/manifests/api_and_aria2c/deployment.yml
Line 30 in b7668b9
https://github.com/scorelab/Bassa/pull/828/files#diff-16a3a975467f18ae05c8a74a608e5ad0R24-R30
We are using these in multiple pods, better we move them out and especially the secrets.
The text was updated successfully, but these errors were encountered: