changed keys in secret

This commit is contained in:
j37hr0 2026-04-08 17:33:10 +12:00
parent 1392dde654
commit 9f7d26366d

View file

@ -16,8 +16,8 @@ spec:
engineVersion: v2 engineVersion: v2
mergePolicy: Merge mergePolicy: Merge
data: data:
db_username: firefly username: firefly
db_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" }}' cron_token: '{{ index . "firefly-cron-token" }}'
gmail_pass: '{{ index . "gmail-app-password" }}' gmail_pass: '{{ index . "gmail-app-password" }}'