mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Merge pull request #458 from camilosampedro/master
Notes on mySql example
This commit is contained in:
@@ -181,6 +181,8 @@ patchesStrategicMerge:
|
|||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A `mysql-persistent-storage` persistent disk needs to exist for it to run successfully.
|
||||||
|
|
||||||
Lets break this down:
|
Lets break this down:
|
||||||
|
|
||||||
- In the first step, we created a YAML file named
|
- In the first step, we created a YAML file named
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: mysql-pass-d2gtcm2t2k
|
name: mysql-pass
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
# Default password is "admin".
|
# Default password is "admin".
|
||||||
|
|||||||
Reference in New Issue
Block a user