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
Copy file name to clipboardExpand all lines: test/e2e/data/infrastructure-oci/v1beta2/cluster-template-cluster-class/clusterclass-test-cluster-class.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ spec:
54
54
schema:
55
55
openAPIV3Schema:
56
56
type: string
57
-
default: VM.Standard.E4.Flex
57
+
default: VM.Standard.E5.Flex
58
58
- name: ocpus
59
59
required: false
60
60
schema:
@@ -201,7 +201,7 @@ spec:
201
201
template:
202
202
spec:
203
203
# will be replaced by shape variable defined above
204
-
shape: VM.Standard.E4.Flex
204
+
shape: VM.Standard.E5.Flex
205
205
metadata: {}
206
206
shapeConfig: {}
207
207
---
@@ -213,7 +213,7 @@ spec:
213
213
template:
214
214
spec:
215
215
# will be replaced by shape variable defined above
0 commit comments