Last active
December 18, 2022 08:30
-
-
Save itsmunim/6a9c7481c0b9cb569fac37af79f12076 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: app-secrets | |
data: | |
app.env: |- | |
AWS_ACCESS_KEY={{my-app/credentials/aws/access-key}} | |
AWS_SECRET_KEY={{my-app/credentials/aws/access-secret}} | |
MYSQL_USERNAME={{my-app/credentials/mysql/username}} | |
MYSQL_PASSWORD={{my-app/credentials/mysql/password}} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment