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
|
@ -26,10 +26,9 @@ patches:
|
|||
- path: replica.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: mysql-configmap
|
||||
- name: configmap
|
||||
env: mysql-configmap.properties
|
||||
|
||||
secretGenerator:
|
||||
- name: mysql-secret
|
||||
literals:
|
||||
- mysql-root-password=root
|
||||
- name: secret
|
||||
env: mysql-secret.properties
|
Loading…
Add table
Add a link
Reference in a new issue