mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
mySql example was not running without the persistent disk nor the secret called as it should.
10 lines
156 B
YAML
10 lines
156 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: mysql-pass
|
|
type: Opaque
|
|
data:
|
|
# Default password is "admin".
|
|
password: YWRtaW4=
|