Created
May 29, 2017 16:16
-
-
Save adrianchifor/1252107a6837050472ab2f5ddf22297d to your computer and use it in GitHub Desktop.
Example k8s secret
This file contains 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: example | |
namespace: development | |
data: | |
<key>: <base64 encoded value> | |
type: Opaque |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment