Created
August 19, 2021 22:10
-
-
Save oceanapplications/7c59f6d06a7b7267c019598648d37af0 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-password | |
namespace: kubernetes-for-laravel | |
type: Opaque | |
stringData: | |
password: password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment