Skip to content

Commit

Permalink
Added pool as choice for --pool flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop authored and bsquizz committed Jun 23, 2022
1 parent a3cd890 commit 20134bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonfire/bonfire.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _validate_reservation_duration(ctx, param, value):
),
click.option(
"--pool",
type=click.Choice(["default", "minimal"], case_sensitive=False),
type=click.Choice(["default", "minimal", "managed-kafka"], case_sensitive=False),
default="default",
show_default=True,
help="Specifies the pool type name.",
Expand Down

0 comments on commit 20134bd

Please sign in to comment.