Skip to content

Commit

Permalink
release: Values for the debug (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek authored Aug 16, 2024
1 parent 573b818 commit b6d933e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.idea/
.env
.envrc
*.iml
3 changes: 3 additions & 0 deletions deploy/stage/mpc1-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ env:

- name: SMPC__PARTY_ID
value: "0"

- name: SMPC__PUBLIC_KEY_BUCKET_NAME
value: "wf-smpcv2-stage-public-keys"
3 changes: 3 additions & 0 deletions deploy/stage/mpc2-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ env:

- name: SMPC__PARTY_ID
value: "1"

- name: SMPC__PUBLIC_KEY_BUCKET_NAME
value: "wf-smpcv2-stage-public-keys"
3 changes: 3 additions & 0 deletions deploy/stage/mpc3-stage/values-gpu-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ env:

- name: SMPC__PARTY_ID
value: "2"

- name: SMPC__PUBLIC_KEY_BUCKET_NAME
value: "wf-smpcv2-stage-public-keys"

0 comments on commit b6d933e

Please sign in to comment.