fixing fireflysecrets

This commit is contained in:
j37hr0 2026-04-07 19:08:38 +12:00
parent e262e8e32a
commit 7ea9f18f05

View file

@ -16,9 +16,21 @@ spec:
engineVersion: v2
mergePolicy: Merge
data:
username: firefly
password: '{{ index . "firefly-db-password" }}'
db_username: firefly
db_password: '{{ index . "firefly-db-password" }}'
app_key: '{{ index . "firefly-app-key" }}'
cron_token: '{{ index . "firefly-cron-token" }}'
gmail_pass: '{{ index . "gmail-app-password" }}'
data:
- secretKey: firefly-db-password
remoteRef:
key: firefly-db-password
- secretKey: firefly-app-key
remoteRef:
key: firefly-app-key
- secretKey: firefly-cron-token
remoteRef:
key: firefly-cron-token
- secretKey: gmail-app-password
remoteRef:
key: gmail-app-password