Skip to content

Commit 5e48123

Browse files
Minor nits
[ci] Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
1 parent e507bef commit 5e48123

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/src/validator_operator/validator_helm.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,17 +389,18 @@ There are three modes of ``scanClient``:
389389

390390
For each scanClient type, replace ``TRUSTED_SCAN_URL`` with a URL of a Scan you host or trust that is reachable by your Validator. For example, the GSF scan URL, |gsf_scan_url|. For ``bft-custom`` and ``bft`` modes of ``scanClient``, you can specify more than one scan seed URL by separating them with commas.
391391

392+
.. literalinclude:: ../../../apps/app/src/pack/examples/sv-helm/validator-values.yaml
393+
:language: yaml
394+
:start-after: SCAN_CLIENT_CONFIGURATION_START
395+
:end-before: SCAN_CLIENT_CONFIGURATION_END
396+
397+
392398
- If you want to configure the audience for the Validator app backend API, replace ``OIDC_AUTHORITY_VALIDATOR_AUDIENCE`` in the `auth.audience` entry with audience for the Validator app backend API. e.g. ``https://validator.example.com/api``.
393399
- If you want to configure the audience for the Ledger API, set the ``audience`` field in the `splice-app-validator-ledger-api-auth` k8s secret with the audience for the Ledger API. e.g. ``https://ledger_api.example.com``.
394400
- Replace ``OPERATOR_WALLET_USER_ID`` with the user ID in your IAM that you want to use to log into the wallet as the validator operator party. Note that this should be the full user id, e.g., ``auth0|43b68e1e4978b000cefba352``, *not* only the suffix ``43b68e1e4978b000cefba352``
395401
- Replace ``YOUR_CONTACT_POINT`` by a slack user name or email address that can be used by node operators to contact you in case there are issues with your node. Note that this contact information will be publicly visible. If you do not want to share contact information, you can put an empty string.
396402
- Update the `auth.jwksUrl` entry to point to your auth provider's JWK set document by replacing ``OIDC_AUTHORITY_URL`` with your auth provider's OIDC URL, as explained above.
397403

398-
.. literalinclude:: ../../../apps/app/src/pack/examples/sv-helm/validator-values.yaml
399-
:language: yaml
400-
:start-after: SCAN_CLIENT_CONFIGURATION_START
401-
:end-before: SCAN_CLIENT_CONFIGURATION_END
402-
403404
You need to configure how your validator's participant connects to ``sequencers`` by defining a ``synchronizer`` config in your ``validator-values.yaml``.
404405
``synchronizer`` supports three modes of operation:
405406

0 commit comments

Comments
 (0)