Created
June 4, 2020 15:41
-
-
Save ChrisChinchilla/0e0fc32d051ca5ab11f16a73d50ab815 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: Secret | |
metadata: | |
name: postgres-secrets | |
type: Opaque | |
data: | |
POSTGRES_USER: cHJvZHVjdF9yb2JvdA== | |
POSTGRES_PASSWORD: cHIwZHIwYjB0 |
Thanks @seisvelas first these are encoded, and secondly they are just dummy text when decoded anyway, but thanks for thinking to ask
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may be intentional, but in case it isn't, just wanted to give you a heads up that you put a database username and password in plaintext here for anyone to see