Created
November 3, 2016 22:04
-
-
Save thomastaylor312/55870777f2dfbdbafcb48d1ed548f305 to your computer and use it in GitHub Desktop.
Example secret file for Kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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