Skip to content

Commit

Permalink
Adding further fields for helm template test
Browse files Browse the repository at this point in the history
Signed-off-by: Tenshin Higashi <[email protected]>
  • Loading branch information
tenshinhigashi committed Oct 19, 2023
1 parent a9cb6c4 commit 0ec4c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/ambassador-agent/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "ambassador-agent.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "ambassador-agent.fullname" . }}.{{ include "ambassador-agent.namespace" . }}:{{ .Values.service.port }}']
restartPolicy: Never

0 comments on commit 0ec4c11

Please sign in to comment.