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 - name: firefly-data
persistentVolumeClaim: persistentVolumeClaim:
claimName: firefly-data claimName: firefly-data
envFrom:
- configMapRef:
name: my-config
- secretRef:
name: my-secret

View file

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