Skip to content

Commit

Permalink
fixing linter and ensuring evmconnect template compiles
Browse files Browse the repository at this point in the history
Signed-off-by: hfuss <[email protected]>
  • Loading branch information
onelapahead committed Aug 11, 2022
1 parent e8117ea commit 15316d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean:
kind delete cluster

lint:
helm template charts/firefly --set "erc20erc721.enabled=true" --set "erc1155.enabled=true" --set "ethconnect.enabled=true"
helm template charts/firefly --set "erc20erc721.enabled=true" --set "erc1155.enabled=true" --set "ethconnect.enabled=true" --set "evmconnect.enabled=true"
ct lint \
--target-branch=main \
--exclude-deprecated \
Expand Down
40 changes: 0 additions & 40 deletions charts/firefly/ci/evmconnect-values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion charts/firefly/templates/evmconnect/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stringData:
{{- with .Values.evmconnect.config.eventstreams }}
eventstreams:
{{= toYaml . | nindent 6 }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.evmconnect.config.webhooks }}
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ evmconnect:
syncWrites: false

connector: |
url: {{ .Values.evmconnect.config.jsonRpcUrl | quote }}
url: {{ .Values.evmconnect.config.jsonRpcUrl | quote }}
policyEngine: |
policyengine.simple:
Expand Down

0 comments on commit 15316d2

Please sign in to comment.