fixing env firefly

This commit is contained in:
j37hr0 2026-04-08 19:01:20 +12:00
parent 9a87b08244
commit ff7adec3c9
2 changed files with 9 additions and 3 deletions

View file

@ -41,3 +41,9 @@ spec:
- name: firefly-data
persistentVolumeClaim:
claimName: firefly-data
envFrom:
- configMapRef:
name: my-config
- secretRef:
name: my-secret

View file

@ -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: