From 822ab33b87cad4bfe00fcd8ceab8e6ca998aa1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Wed, 16 Oct 2024 11:36:43 -0700 Subject: [PATCH] Add argfile settings to traction values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- services/traction/charts/dev/values.yaml | 37 +++++++++++++++++++++++ services/traction/charts/prod/values.yaml | 37 +++++++++++++++++++++++ services/traction/charts/test/values.yaml | 37 +++++++++++++++++++++++ 3 files changed, 111 insertions(+) diff --git a/services/traction/charts/dev/values.yaml b/services/traction/charts/dev/values.yaml index 2df98b0..b276647 100644 --- a/services/traction/charts/dev/values.yaml +++ b/services/traction/charts/dev/values.yaml @@ -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 diff --git a/services/traction/charts/prod/values.yaml b/services/traction/charts/prod/values.yaml index dabc9f8..104426e 100644 --- a/services/traction/charts/prod/values.yaml +++ b/services/traction/charts/prod/values.yaml @@ -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 diff --git a/services/traction/charts/test/values.yaml b/services/traction/charts/test/values.yaml index 0fcfade..f2cc3b3 100644 --- a/services/traction/charts/test/values.yaml +++ b/services/traction/charts/test/values.yaml @@ -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