Skip to content

Commit

Permalink
Add argfile settings to traction values
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Oct 16, 2024
1 parent 75e999b commit 822ab33
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 0 deletions.
37 changes: 37 additions & 0 deletions services/traction/charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,43 @@ traction:
existingSecret: traction-acapy-plugin-innkeeper
walletKey:
existingSecret: traction-acapy-walletkey
argfile.yml:
auto-accept-invites: true
auto-accept-requests: true
auto-create-revocation-transactions: true
auto-ping-connection: true
auto-promote-author-did: true
auto-provision: true
auto-request-endorsement: true
auto-respond-credential-offer: false
auto-respond-credential-proposal: false
auto-respond-credential-request: true
auto-respond-messages: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: false
auto-store-credential: true
auto-verify-presentation: true
auto-write-transactions: true
emit-new-didcomm-mime-type: true
emit-new-didcomm-prefix: true
endorser-alias: endorser
endorser-protocol-role: author
genesis-transactions-list: /home/aries/ledgers.yml
label: '{{ include "acapy.label" .}}'
log-level: info
monitor-ping: true
monitor-revocation-notification: true
multitenant-admin: true
multitenant: true
notify-revocation: true
preserve-exchange-records: false
public-invites: true
read-only-ledger: false
tails-server-base-url: https://tails-dev.vonx.io
tails-server-upload-url: https://tails-dev.vonx.io
wallet-name: askar-wallet
wallet-storage-type: postgres_storage
wallet-type: askar
ledgers.yml:
- id: bcovrin-test
is_production: true
Expand Down
37 changes: 37 additions & 0 deletions services/traction/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,43 @@ traction:
existingSecret: traction-acapy-plugin-innkeeper
walletKey:
existingSecret: traction-acapy-walletkey
argfile.yml:
auto-accept-invites: true
auto-accept-requests: true
auto-create-revocation-transactions: true
auto-ping-connection: true
auto-promote-author-did: true
auto-provision: true
auto-request-endorsement: true
auto-respond-credential-offer: false
auto-respond-credential-proposal: false
auto-respond-credential-request: true
auto-respond-messages: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: false
auto-store-credential: true
auto-verify-presentation: true
auto-write-transactions: true
emit-new-didcomm-mime-type: true
emit-new-didcomm-prefix: true
endorser-alias: endorser
endorser-protocol-role: author
genesis-transactions-list: /home/aries/ledgers.yml
label: '{{ include "acapy.label" .}}'
log-level: info
monitor-ping: true
monitor-revocation-notification: true
multitenant-admin: true
multitenant: true
notify-revocation: true
preserve-exchange-records: false
public-invites: true
read-only-ledger: false
tails-server-base-url: https://tails.vonx.io
tails-server-upload-url: https://tails.vonx.io
wallet-name: askar-wallet
wallet-storage-type: postgres_storage
wallet-type: askar
ledgers.yml:
- id: candy-prod
is_production: true
Expand Down
37 changes: 37 additions & 0 deletions services/traction/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,43 @@ traction:
existingSecret: traction-acapy-plugin-innkeeper
walletKey:
existingSecret: traction-acapy-walletkey
argfile.yml:
auto-accept-invites: true
auto-accept-requests: true
auto-create-revocation-transactions: true
auto-ping-connection: true
auto-promote-author-did: true
auto-provision: true
auto-request-endorsement: true
auto-respond-credential-offer: false
auto-respond-credential-proposal: false
auto-respond-credential-request: true
auto-respond-messages: true
auto-respond-presentation-proposal: true
auto-respond-presentation-request: false
auto-store-credential: true
auto-verify-presentation: true
auto-write-transactions: true
emit-new-didcomm-mime-type: true
emit-new-didcomm-prefix: true
endorser-alias: endorser
endorser-protocol-role: author
genesis-transactions-list: /home/aries/ledgers.yml
label: '{{ include "acapy.label" .}}'
log-level: info
monitor-ping: true
monitor-revocation-notification: true
multitenant-admin: true
multitenant: true
notify-revocation: true
preserve-exchange-records: false
public-invites: true
read-only-ledger: false
tails-server-base-url: https://tails-test.vonx.io
tails-server-upload-url: https://tails-test.vonx.io
wallet-name: askar-wallet
wallet-storage-type: postgres_storage
wallet-type: askar
ledgers.yml:
- id: bcovrin-test
is_production: true
Expand Down

0 comments on commit 822ab33

Please sign in to comment.