Created
April 12, 2021 03:17
-
-
Save hthmkhlf/7a17105300cf616140d1f0b059035ca4 to your computer and use it in GitHub Desktop.
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: mysql-secret | |
type: opaque | |
data: | |
password: password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment