Created
December 19, 2022 09:36
-
-
Save henryeleonu/268516c3e68be13d77936bb459e0f6ff to your computer and use it in GitHub Desktop.
deploy secret
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: Secret | |
metadata: | |
name: mysecret | |
namespace: default | |
type: Opaque | |
data: | |
POSTGRES_DB: bXRhX2RhdGE= #mta_data | |
POSTGRES_USER: cG9zdGdyZXM= #postgres | |
POSTGRES_PASSWORD: YWRtaW4xMjM= #admin123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment