Created
February 6, 2018 23:45
-
-
Save CalvinHartwell/3ec6fae1e22aa756d8145dba048f853f to your computer and use it in GitHub Desktop.
Kubernetes Secrets Example
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: 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