Merge pull request #458 from camilosampedro/master

Notes on mySql example
This commit is contained in:
Jeff Regan
2018-10-12 09:52:48 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -181,6 +181,8 @@ patchesStrategicMerge:
EOF
```
A `mysql-persistent-storage` persistent disk needs to exist for it to run successfully.
Lets break this down:
- In the first step, we created a YAML file named

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Secret
metadata:
creationTimestamp: null
name: mysql-pass-d2gtcm2t2k
name: mysql-pass
type: Opaque
data:
# Default password is "admin".