Skip to content

Instantly share code, notes, and snippets.

@henryeleonu
Created December 19, 2022 09:36
Show Gist options
  • Save henryeleonu/268516c3e68be13d77936bb459e0f6ff to your computer and use it in GitHub Desktop.
Save henryeleonu/268516c3e68be13d77936bb459e0f6ff to your computer and use it in GitHub Desktop.
deploy secret
#
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