diff --git a/manifests/integrations/registry-credentials-sync/azure/reconcile-patch.yaml b/manifests/integrations/registry-credentials-sync/azure/reconcile-patch.yaml index c6e1691d..86e1e0e3 100644 --- a/manifests/integrations/registry-credentials-sync/azure/reconcile-patch.yaml +++ b/manifests/integrations/registry-credentials-sync/azure/reconcile-patch.yaml @@ -23,7 +23,7 @@ spec: user="00000000-0000-0000-0000-000000000000" 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