Skip to content

Commit

Permalink
update curl command quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 26, 2024
1 parent 33eb811 commit 50da46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/netmaker/templates/netmaker-admin-user-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- |-
curl --location "https://$SERVER_HTTP_HOST/api/users/adm/createsuperadmin" \
--header 'Content-Type: application/json' \
--data "{'username':'$ADMIN_USER', 'password':'$ADMIN_PASSWORD'}"
--data "{\"username\":\"$ADMIN_USER\",\"password\":\"$ADMIN_PASSWORD\"}"
env:
- name: SERVER_HTTP_HOST
valueFrom:
Expand Down

0 comments on commit 50da46d

Please sign in to comment.