Skip to content

Commit

Permalink
fix: correct test url in the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 25, 2023
1 parent 41881ac commit a618928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/soteria/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
{{ range .Values.service.ports }}
{{ if eq .name "http"}}
args:
- {{ include "soteria.fullname" $ }}:{{ .port }}
- {{ include "soteria.fullname" $ }}:{{ .port }}/healthz
{{ end }}
{{ end }}
restartPolicy: Never

0 comments on commit a618928

Please sign in to comment.