adding richir to proxysql
This commit is contained in:
parent
814bf644a9
commit
b99be7ecc3
2 changed files with 12 additions and 0 deletions
|
@ -300,6 +300,13 @@ data:
|
|||
transaction_persistent=1
|
||||
active=1
|
||||
},
|
||||
{
|
||||
username="nextcloud_richir"
|
||||
password="{{RICHIR_PASSWORD}}"
|
||||
default_hostgroup=10
|
||||
transaction_persistent=1
|
||||
active=1
|
||||
},
|
||||
{
|
||||
username="nextcloud_rkh"
|
||||
password="{{RKH_PASSWORD}}"
|
||||
|
|
|
@ -247,6 +247,11 @@ spec:
|
|||
secretKeyRef:
|
||||
name: proxysql-secret
|
||||
key: "proxysql_oru_password"
|
||||
- name: RICHIR_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: proxysql-secret
|
||||
key: "proxysql_richir_password"
|
||||
- name: RKH_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Add table
Reference in a new issue