Files
kustomize/examples/mySql/secret.yaml
Camilo Sampedro e65995cd32 Notes on mySql example
mySql example was not running without the persistent disk nor the secret
called as it should.
2018-10-12 14:35:21 +09:00

10 lines
156 B
YAML

apiVersion: v1
kind: Secret
metadata:
creationTimestamp: null
name: mysql-pass
type: Opaque
data:
# Default password is "admin".
password: YWRtaW4=