mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 08:31:47 +00:00
fix: parameter order
Signed-off-by: Marco Amador <amador.marco@gmail.com>
This commit is contained in:
parent
3dfd0bc2e1
commit
585b97c462
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue