Skip to content

Commit

Permalink
fix(daml-on-sawtooth): add jsonapi args
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Nov 12, 2020
1 parent 1b186e2 commit a40d6a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/daml-on-sawtooth/Chart.yaml
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.26
version: 0.1.27

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
4 changes: 4 additions & 0 deletions charts/daml-on-sawtooth/templates/daml-rpc.yaml
Expand Up @@ -49,6 +49,10 @@ spec:
imagePullPolicy: {{.Values.sawtooth.containers.jsonapi.imagePullPolicy}}
ports:
- containerPort: {{.Values.sawtooth.ports.jsonapi}}
{{- if .Values.sawtooth.containers.jsonapi.args }}
args:
{{.Values.sawtooth.containers.jsonapi.args}}
{{- end }}
env:
- name: LEDGER_HOST
value: localhost
Expand Down

0 comments on commit a40d6a1

Please sign in to comment.