Skip to content

Commit

Permalink
fix: helm test calls correct endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paolofacchinetti committed Oct 30, 2024
1 parent 7696ccb commit daa29d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/erpc/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 "erpc.fullname" . }}:{{ .Values.httpPort }}']
args: ['{{ include "erpc.fullname" . }}:{{ .Values.httpPort }}/healthcheck']
restartPolicy: Never

0 comments on commit daa29d6

Please sign in to comment.