Skip to content

Commit

Permalink
reformat curl
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Sep 9, 2024
1 parent 37feadf commit 75270c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/hawkbit/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
image: curlimages/curl
command: ['curl']
args: [
"-X 'GET'",
"-u 'admin:admin'",
"'http://{{ include "hawkbit.fullname" . }}:{{ .Values.service.port }}/rest/v1/userinfo'"
"-X", "GET",
"-u", "admin:admin",
"http://{{ include "hawkbit.fullname" . }}:{{ .Values.service.port }}/rest/v1/userinfo"
]
restartPolicy: Never

0 comments on commit 75270c7

Please sign in to comment.