Skip to content

Commit

Permalink
chore(helm/vote-commitment): added support for ROLLBACK_HANDLING_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Sep 20, 2024
1 parent 5931b69 commit 4af759d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/cf-vote-commitment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ spec:
- name: LEDGER_FOLLOWER_APP_URL
value: {{ $.Values.ledgerFollowerAppUrl }}

- name: ROLLBACK_HANDLING_ENABLED
value: {{ $.Values.rollbackHandlingEnabled | default "true" | quote }}

- name: CARDANO_NODE_IP
value: {{ $.Values.cardanoNodeIp | default "preprod-node.world.dev.cardano.org" | quote }}
- name: CARDANO_NODE_PORT
Expand Down

0 comments on commit 4af759d

Please sign in to comment.