Skip to content

Commit

Permalink
Add --ca-checksum support
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kim <[email protected]>
  • Loading branch information
Oats87 committed Apr 30, 2021
1 parent 47bc73e commit 9d78d8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ parse_args() {
CATTLE_TOKEN="$2"
shift 2
;;
"--ca-checksum")
CATTLE_CA_CHECKSUM="$2"
shift 2
;;
*)
fatal "Unknown argument passed in ($1)"
;;
Expand Down

0 comments on commit 9d78d8d

Please sign in to comment.