Skip to content

Commit 7a4c6bb

Browse files
committed
Update pod.yaml
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 8edda28 commit 7a4c6bb

File tree

1 file changed

+1
-1
lines changed
  • charts/hedera-json-rpc-relay/templates/tests

1 file changed

+1
-1
lines changed

charts/hedera-json-rpc-relay/templates/tests/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
imagePullPolicy: {{ .Values.test.image.pullPolicy }}
1616
env:
1717
- name: BASE_URL
18-
value: "http://{{ include \"json-rpc-relay.fullname\" . }}:{{ .Values.service.port }}"
18+
value: 'http://{{ include "json-rpc-relay.fullname" . }}:{{ .Values.service.port }}'
1919
args:
2020
- test
2121
- /test/hoppscotch.json

0 commit comments

Comments
 (0)