Created
November 7, 2018 11:18
-
-
Save NileshGule/c07e17e40dd3d51df551b9ba992ca050 to your computer and use it in GitHub Desktop.
Gist related to Kubernetes Secrets blog post
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: sqlsecret | |
namespace: aks-part4 | |
type: Opaque | |
data: | |
sapassword: SnVuZUAyMDE4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment