mysql: Use separate file for secret + remove duplicated mysql name
This commit is contained in:
parent
a74475d61b
commit
956ce0deb9
4 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ spec:
|
|||
- name: MYSQL_ROOT_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mysql-secret
|
||||
name: secret
|
||||
key: mysql-root-password
|
||||
volumeMounts:
|
||||
- name: mysql-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue