Skip to content

Commit

Permalink
Update USER_INPUT_CLUSTER_BOOLEAN_KEYS constant (#276)
Browse files Browse the repository at this point in the history
* update constants

* update name
  • Loading branch information
rnetser authored Oct 29, 2023
1 parent a35a2c3 commit 1dec00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift_cli_installer/utils/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

CLUSTER_DATA_YAML_FILENAME = "cluster_data.yaml"
USER_INPUT_CLUSTER_BOOLEAN_KEYS = "acm"
USER_INPUT_CLUSTER_BOOLEAN_KEYS = ("acm", "acm-observability")
DESTROY_CLUSTERS_FROM_S3_BASE_DATA_DIRECTORY = os.path.join(
"/", "tmp", "openshift-cli-installer", "s3-extracted"
)
Expand Down

0 comments on commit 1dec00b

Please sign in to comment.