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
|
transaction_persistent=1
|
||||||
active=1
|
active=1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
username="nextcloud_richir"
|
||||||
|
password="{{RICHIR_PASSWORD}}"
|
||||||
|
default_hostgroup=10
|
||||||
|
transaction_persistent=1
|
||||||
|
active=1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
username="nextcloud_rkh"
|
username="nextcloud_rkh"
|
||||||
password="{{RKH_PASSWORD}}"
|
password="{{RKH_PASSWORD}}"
|
||||||
|
|
|
@ -247,6 +247,11 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: proxysql-secret
|
name: proxysql-secret
|
||||||
key: "proxysql_oru_password"
|
key: "proxysql_oru_password"
|
||||||
|
- name: RICHIR_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: proxysql-secret
|
||||||
|
key: "proxysql_richir_password"
|
||||||
- name: RKH_PASSWORD
|
- name: RKH_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Add table
Reference in a new issue