Skip to content

Commit

Permalink
Revert "Remove tilde from OCP_PREFIX in conf/aws.yaml.template"
Browse files Browse the repository at this point in the history
This reverts commit 1972d33.
  • Loading branch information
oharan2 committed Jan 28, 2025
1 parent 8318527 commit 87cab54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/aws.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ AWS:
# Specified as {time_value}{time_unit} format, e.g. "7d" = 7 Days
# If a time unit is not specified (the value is numeric), it will be considered as Minutes
SLA: 7d
# Specify OCP clusters prefix to filter by, for example: ["my_project_", "openshift-"] etc..
# Specify OCP clusters prefix to filter by, for example: '["my_project_", "openshift-"]' etc..
# Don't use '*' to express the use of a prefix
OCP_PREFIXES: []
OCP_PREFIX: '[]'
EXCEPTIONS:
VM:
# VM names that would be skipped from cleanup
Expand Down

0 comments on commit 87cab54

Please sign in to comment.