fixing env firefly
This commit is contained in:
parent
9a87b08244
commit
ff7adec3c9
|
|
@ -41,3 +41,9 @@ spec:
|
||||||
- name: firefly-data
|
- name: firefly-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: firefly-data
|
claimName: firefly-data
|
||||||
|
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: my-config
|
||||||
|
- secretRef:
|
||||||
|
name: my-secret
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@ spec:
|
||||||
data:
|
data:
|
||||||
username: firefly
|
username: firefly
|
||||||
password: '{{ index . "firefly-db-password" }}'
|
password: '{{ index . "firefly-db-password" }}'
|
||||||
app_key: '{{ index . "firefly-app-key" }}'
|
APP_KEY: '{{ index . "firefly-app-key" }}'
|
||||||
cron_token: '{{ index . "firefly-cron-token" }}'
|
STATIC_CRON_TOKEN: '{{ index . "firefly-cron-token" }}'
|
||||||
gmail_pass: '{{ index . "gmail-app-password" }}'
|
MAIL_PASSWORD: '{{ index . "gmail-app-password" }}'
|
||||||
data:
|
data:
|
||||||
- secretKey: firefly-db-password
|
- secretKey: firefly-db-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue