Skip to content

Instantly share code, notes, and snippets.

@CalvinHartwell
Created February 6, 2018 23:45
Show Gist options
  • Select an option

  • Save CalvinHartwell/3ec6fae1e22aa756d8145dba048f853f to your computer and use it in GitHub Desktop.

Select an option

Save CalvinHartwell/3ec6fae1e22aa756d8145dba048f853f to your computer and use it in GitHub Desktop.
Kubernetes Secrets Example
apiVersion: v1
kind: Secret
metadata:
name: mysecret
type: Opaque
data:
username: YWRtaW4=
password: MWYyZDFlMmU2N2Rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment