Skip to content

Commit

Permalink
allow multiple versions of scroll-proving-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Oct 22, 2024
1 parent 3246c1c commit c05f9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/scroll-proving-sdk/templates/config-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: scroll-proving-sdk-config
name: {{ .Release.name }}-config
labels:
{{- include "scroll-sdk.labels" $ | nindent 4 }}
data:
Expand Down
6 changes: 3 additions & 3 deletions charts/scroll-proving-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ persistence:
enabled: true
type: configMap
mountPath: /sdk_prover/
name: scroll-proving-sdk-config
name: scroll-proving-sdk-config # Change this value to <ReleaseName>-config

Check failure on line 29 in charts/scroll-proving-sdk/values.yaml

View workflow job for this annotation

GitHub Actions / chart-testing-without-scroll-sdk

29:37 [comments] too few spaces before comment

service:
main:
Expand Down Expand Up @@ -55,7 +55,7 @@ probes:
# scrollConfig should be overwritten the config in json format. See the example below.
scrollConfig: |
{}
# {
# {
# "prover_name_prefix": "sindri_",
# "keys_dir": "keys",
# "coordinator": {
Expand All @@ -79,4 +79,4 @@ scrollConfig: |
# "connection_timeout_sec": 60
# }
# }
# }
# }

0 comments on commit c05f9dd

Please sign in to comment.