Skip to content

Commit

Permalink
Fixed test connection
Browse files Browse the repository at this point in the history
  • Loading branch information
bsgrigorov committed Jul 31, 2023
1 parent 7cd6384 commit 4ab3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/omnirpc/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "omnirpc.fullname" . }}:{{ index .Values.service.ports 0.port }}/health-check']
args: ['{{ include "omnirpc.fullname" . }}:{{ index .Values.service.ports 0 "port" }}/health-check']
restartPolicy: Never

0 comments on commit 4ab3e92

Please sign in to comment.