Skip to content

Commit

Permalink
Merge pull request #104 from KingsonKai/main
Browse files Browse the repository at this point in the history
fix: deploy tip error
  • Loading branch information
KingsonKai committed Oct 27, 2023
2 parents ef5fc2d + b9d9f18 commit 88ff305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chaosmeta-deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ function process_args() {
REGISTRY=$OPTARG
;;
h)
echo "-n:existed namespace of kubernetes"
echo "-r:image registry"
echo "-o:install、uninstall"
echo "-c:all、$COMPONENT_PLATFORM$COMPONENT_WORKFLOW$COMPONENT_INJECT$COMPONENT_DAEMON$COMPONENT_MEASURE$COMPONENT_FLOW"
echo "-n:existed namespace of kubernetes, default: ${NAMESPACE}"
echo "-r:image registry, default: ${REGISTRY}"
echo "-o:${OP_INSTALL}${OP_UNINSTALL}, default: ${OP}"
echo "-c:${COMPONENT_ALL}${COMPONENT_PLATFORM}${COMPONENT_WORKFLOW}${COMPONENT_INJECT}${COMPONENT_DAEMON}${COMPONENT_MEASURE}${COMPONENT_FLOW}, default: ${COMPONENT_ALL}"
exit 1
;;
\?)
Expand Down

0 comments on commit 88ff305

Please sign in to comment.