Skip to content

Instantly share code, notes, and snippets.

@NileshGule
Created November 7, 2018 11:18
Show Gist options
  • Save NileshGule/c07e17e40dd3d51df551b9ba992ca050 to your computer and use it in GitHub Desktop.
Save NileshGule/c07e17e40dd3d51df551b9ba992ca050 to your computer and use it in GitHub Desktop.
Gist related to Kubernetes Secrets blog post
---
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