Skip to content

Instantly share code, notes, and snippets.

@itsmunim
Last active December 18, 2022 08:30
Show Gist options
  • Save itsmunim/6a9c7481c0b9cb569fac37af79f12076 to your computer and use it in GitHub Desktop.
Save itsmunim/6a9c7481c0b9cb569fac37af79f12076 to your computer and use it in GitHub Desktop.
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