Change-Id: Iefa1472c81e1c809b86bc9bff015b2f083b976fe
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
)
@click.option(
"--bootstrap/--no-bootstrap",
+ is_flag=True,
required=False,
default=True,
help="bootstrap the cluster with Flux (prepare for GitOps) (default=True)",
@click.option("--description", default="", help="human readable description")
@click.option(
"--bootstrap/--no-bootstrap",
+ is_flag=True,
required=False,
default=True,
help="bootstrap the cluster with Flux (prepare for GitOps) (default=True)",
)
@click.option(
"--openshift",
+ is_flag=True,
required=False,
default=False,
help="flag to indicate that the cluster is Openshift-based (bootstrap is slightly different) (default=False)",