Skip to content

Instantly share code, notes, and snippets.

@thecraftman
Created August 14, 2021 17:58
Show Gist options
  • Save thecraftman/4fc12408de74ee9998f959be80937b17 to your computer and use it in GitHub Desktop.
Save thecraftman/4fc12408de74ee9998f959be80937b17 to your computer and use it in GitHub Desktop.
secret yaml definition
apiVersion: v1
kind: Secret
metadata:
name: db-secret
type: Opaque
data:
password: cm9xcA==
username: cGFxs7dvcmQ=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment