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