Skip to content

Instantly share code, notes, and snippets.

@thomastaylor312
Created November 3, 2016 22:04
Show Gist options
  • Save thomastaylor312/55870777f2dfbdbafcb48d1ed548f305 to your computer and use it in GitHub Desktop.
Save thomastaylor312/55870777f2dfbdbafcb48d1ed548f305 to your computer and use it in GitHub Desktop.
Example secret file for Kubernetes
---
apiVersion: v1
kind: Secret
metadata:
name: password
namespace: my-cool-ns
data:
password: foobarbaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment