Closed golimix closed 1 year ago
# helm repo list | grep limix limix-com http://helm.limix.top/repository/helm-community/ limix http://helm.limix.top/repository/helm/
helm nexus-push limix demo-app/ -u demo -p demo Pushing demo-app/ to repo http://helm.limix.top/repository/helm-comm/ http://helm.limix.top/repository/helm-community//... Error: plugin "nexus-push" exited with error"
# push.sh helm repo list | grep "^$REPO" | awk '{print $2}'
add a blank space for the grep repository
# push.sh helm repo list | grep "^$REPO " | awk '{print $2}'
the condition
the exited with err
why
solved by
add a blank space for the grep repository