Skip to content

Commit

Permalink
add expected value info
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jul 30, 2024
1 parent 037caa1 commit d19a3c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controllers/cloudinit/scripts/00-install-microk8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# $0 $microk8s_snap_args $disable_default_cni
#
# Arguments:
# $microk8s_snap_args Arguments to pass to snap install
# $disable_default_cni Boolean flag to disable the default CNI
# $microk8s_snap_args Arguments to pass to snap install.
# $disable_default_cni Boolean flag (true or false) to disable the default CNI.
# Note: the boolean value should not be quoted.
#
# Assumptions:
# - snapd is installed
Expand Down

0 comments on commit d19a3c0

Please sign in to comment.