Skip to content

Commit

Permalink
fix: add cli flag to override Canonical K8s channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Oct 24, 2024
1 parent 6a388db commit 7ea26ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ More information at https://github.com/jnsgruk/concierge.
flags.StringP("config", "c", "", "path to a specific config file to use")
flags.StringP("preset", "p", "", "config preset to use (k8s | machine | dev)")
flags.String("juju-channel", "", "override the snap channel for juju")
flags.String("canonical-k8s-channel", "", "override snap channel for Canonical K8s")
flags.String("microk8s-channel", "", "override snap channel for microk8s")
flags.String("lxd-channel", "", "override snap channel for lxd")
flags.String("charmcraft-channel", "", "override snap channel for charmcraft")
Expand Down

0 comments on commit 7ea26ea

Please sign in to comment.