You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="""Dump the Helm chart information for the 'mongodb-kubernetes' chart as JSON.""",
14
13
formatter_class=argparse.RawTextHelpFormatter,
@@ -20,13 +19,13 @@ def main():
20
19
action="store",
21
20
required=True,
22
21
type=str,
23
-
choices=supported_scenarios,
22
+
choices=SUPPORTED_SCENARIOS,
24
23
help=f"""Build scenario when reading configuration from 'build_info.json'.
25
-
Options: {", ".join(supported_scenarios)}. For '{BuildScenario.DEVELOPMENT}' the '{BuildScenario.PATCH}' scenario is used to read values from 'build_info.json'""",
24
+
Options: {", ".join(SUPPORTED_SCENARIOS)}. For '{BuildScenario.DEVELOPMENT}' the '{BuildScenario.PATCH}' scenario is used to read values from 'build_info.json'""",
0 commit comments