Skip to content

Instantly share code, notes, and snippets.

@kierenj
Created August 16, 2018 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kierenj/73361006a4ab9f1a3c65a47665c3b66d to your computer and use it in GitHub Desktop.
Save kierenj/73361006a4ab9f1a3c65a47665c3b66d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: my-kube-secret-name
type: Opaque
data:
username: base64-encoded-username-here
password: base64-encoded-password-here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment