Skip to content
Snippets Groups Projects
Commit 585b97c4 authored by Marco Amador's avatar Marco Amador
Browse files

fix: parameter order

parent 3dfd0bc2
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
user="00000000-0000-0000-0000-000000000000" user="00000000-0000-0000-0000-000000000000"
echo "Creating secret: ${KUBE_SECRET}" echo "Creating secret: ${KUBE_SECRET}"
apply-secret "${KUBE_SECRET}" "${token}" "${user}" "${server}" apply-secret "${KUBE_SECRET}" "${server}" "${user}" "${token}"
echo "Finished ECR token sync -- $(date)" echo "Finished ECR token sync -- $(date)"
echo echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment