fix config map
This commit is contained in:
parent
afa7244f0d
commit
dd9ed5cc1a
|
@ -101,7 +101,7 @@ spec:
|
|||
- name: MYSQL_USER
|
||||
value: "customer_nextcloud"
|
||||
- name: MYSQL_HOST
|
||||
value: "proxysql.proxysql"
|
||||
value: "proxysqlcluster.proxysql"
|
||||
- name: MYSQL_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
@ -14,6 +14,10 @@ spec:
|
|||
- image: docker.sunet.se/sunet/docker-jinja:latest
|
||||
name: init-config
|
||||
env:
|
||||
- name: MYSQL_DATABASE
|
||||
value: "vr_nextcloud"
|
||||
- name: MYSQL_USER
|
||||
value: "vr_nextcloud"
|
||||
- name: GSS_MASTER_URL
|
||||
value: "https://drive.test.sunet.se"
|
||||
- name: LOOKUP_SERVER
|
||||
|
|
Loading…
Reference in a new issue