Skip to content

Instantly share code, notes, and snippets.

@zutigrm
Created April 11, 2021 18:40
Show Gist options
  • Save zutigrm/4f6b43d9f8506a9799787aacec2a28ba to your computer and use it in GitHub Desktop.
Save zutigrm/4f6b43d9f8506a9799787aacec2a28ba to your computer and use it in GitHub Desktop.
Mysql server secret used in deployment
apiVersion: v1
kind: Secret
metadata:
name: mysql-pass
type: Opaque
data:
password: [your-strong-password]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment