Skip to content

Instantly share code, notes, and snippets.

@cberner
Last active May 4, 2017 16:35
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 cberner/5a98448c42416b1af69f09ad2e26fb79 to your computer and use it in GitHub Desktop.
Save cberner/5a98448c42416b1af69f09ad2e26fb79 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: name-of-the-secret
namespace: your-namespace
data:
name-of-the-first-key: the-first-secret-value
name-of-the-second-key: the-second-secret-value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment