Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
svetomir committed Jan 29, 2020
1 parent cca6494 commit 0c9d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bee/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 "bee.fullname" . }}:{{ int (split ":" .Values.beeConfig.debug_api_addr )._1 }}/health']
args: ['{{ include "bee.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never

0 comments on commit 0c9d21e

Please sign in to comment.