1
0
mirror of synced 2026-02-06 19:05:55 +00:00

fix: revert azure patch and fix the order parameters in the function

Signed-off-by: Marco Amador <amador.marco@gmail.com>
This commit is contained in:
Marco Amador
2021-03-18 16:36:49 +00:00
parent 585b97c462
commit e6132e36ba
4 changed files with 7 additions and 14 deletions

View File

@@ -23,8 +23,8 @@ spec:
user="00000000-0000-0000-0000-000000000000"
echo "Creating secret: ${KUBE_SECRET}"
apply-secret "${KUBE_SECRET}" "${server}" "${user}" "${token}"
apply-secret "${KUBE_SECRET}" "${token}" "${user}" "${server}"
echo "Finished ECR token sync -- $(date)"
echo "Finished ACR token sync -- $(date)"
echo
}