renamed db pass

This commit is contained in:
j37hr0 2026-04-08 19:51:20 +12:00
parent 59539bee75
commit c854ece55f

View file

@ -17,7 +17,7 @@ spec:
mergePolicy: Merge mergePolicy: Merge
data: data:
username: firefly username: firefly
password: '{{ index . "firefly-db-password" }}' DB_PASSWORD: '{{ index . "firefly-db-password" }}'
APP_KEY: '{{ index . "firefly-app-key" }}' APP_KEY: '{{ index . "firefly-app-key" }}'
STATIC_CRON_TOKEN: '{{ index . "firefly-cron-token" }}' STATIC_CRON_TOKEN: '{{ index . "firefly-cron-token" }}'
MAIL_PASSWORD: '{{ index . "gmail-app-password" }}' MAIL_PASSWORD: '{{ index . "gmail-app-password" }}'