Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 5, 2022
1 parent 4ae7316 commit 999e12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .functions
Expand Up @@ -174,7 +174,8 @@ kcver() {
}

k3dmake() {
k3d cluster create main --servers 1 --registry-create main $1 \
# shellcheck disable=SC2068
k3d cluster create main --servers 1 --registry-create main $@ \
--host-alias 0.0.0.0:k3d.local \
--no-lb \
--k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*" \
Expand Down

0 comments on commit 999e12d

Please sign in to comment.