changed keys in secret
This commit is contained in:
parent
1392dde654
commit
9f7d26366d
|
|
@ -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" }}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue