fixing fireflysecrets
This commit is contained in:
parent
e262e8e32a
commit
7ea9f18f05
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue