Skip to content

Commit

Permalink
Fix URL in test pod yaml (#3224)
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Li <xin.li@hedera.com>
  • Loading branch information
xin-hedera authored Jan 27, 2022
1 parent 974b935 commit 2590fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hedera-mirror-rosetta/templates/tests/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
imagePullPolicy: {{ .Values.test.image.pullPolicy }}
args:
- run
- https://raw.githubusercontent.com/hashgraph/hedera-mirror-node/{{ .Chart.AppVersion }}/hedera-mirror-rosetta/scripts/validation/postman/rosetta-api-postman.json
- https://raw.githubusercontent.com/hashgraph/hedera-mirror-node/{{ regexReplaceAll "(\\d+\\.\\d+\\.\\d+(-\\w+)?)" .Chart.AppVersion "v${1}" }}/hedera-mirror-rosetta/scripts/validation/postman/rosetta-api-postman.json
- --env-var
- base_url=http://{{ include "hedera-mirror-rosetta.fullname" . }}:{{ .Values.service.port }}
terminationGracePeriodSeconds: 1
Expand Down
2 changes: 1 addition & 1 deletion charts/hedera-mirror-web3/templates/tests/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
imagePullPolicy: {{ .Values.test.image.pullPolicy }}
args:
- run
- https://raw.githubusercontent.com/hashgraph/hedera-mirror-node/{{ .Chart.AppVersion }}/hedera-mirror-web3/postman.json
- https://raw.githubusercontent.com/hashgraph/hedera-mirror-node/{{ regexReplaceAll "(\\d+\\.\\d+\\.\\d+(-\\w+)?)" .Chart.AppVersion "v${1}" }}/hedera-mirror-web3/postman.json
- --env-var
- baseUrl=http://{{ include "hedera-mirror-web3.fullname" . }}:{{ .Values.service.port }}
terminationGracePeriodSeconds: 1
Expand Down

0 comments on commit 2590fbd

Please sign in to comment.