Skip to content

Commit 8f5440b

Browse files
committed
OCPBUGS-34815: Fix CAS expander example
1 parent 689c711 commit 8f5440b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cluster-autoscaler-config-priority-expander.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ metadata:
5858
data:
5959
priorities: |- # <3>
6060
10:
61-
- *fast*
62-
- *archive*
61+
- .*fast.*
62+
- .*archive.*
6363
40:
64-
- *prod*
64+
- .*prod.*
6565
----
6666
<1> You must name config map `cluster-autoscaler-priority-expander`.
6767
<2> You must create the config map in the same namespace as cluster autoscaler pod, which is the `openshift-machine-api` namespace.

0 commit comments

Comments
 (0)