We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edda28 commit 7a4c6bbCopy full SHA for 7a4c6bb
charts/hedera-json-rpc-relay/templates/tests/pod.yaml
@@ -15,7 +15,7 @@ spec:
15
imagePullPolicy: {{ .Values.test.image.pullPolicy }}
16
env:
17
- name: BASE_URL
18
- value: "http://{{ include \"json-rpc-relay.fullname\" . }}:{{ .Values.service.port }}"
+ value: 'http://{{ include "json-rpc-relay.fullname" . }}:{{ .Values.service.port }}'
19
args:
20
- test
21
- /test/hoppscotch.json
0 commit comments