Skip to content

Commit 8e770eb

Browse files
authored
Remove requests and changed to empty resource key
1 parent af56227 commit 8e770eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/java/com/datastax/oss/kaap/tests/BaseK8sEnvTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private String simulateHelmRendering(List<String> allRbac) {
220220
vars.put(".Values.operator.replicas", "1");
221221
vars.put(".Values.operator.image", OPERATOR_IMAGE);
222222
vars.put(".Values.operator.imagePullPolicy", "Never");
223-
vars.put(".Values.operator.resources.requests.cpu", "100m");
223+
vars.put(".Values.operator.resources.requests", "{}");
224224
vars.put(".Values.operator.livenessProbe.failureThreshold", "3");
225225
vars.put(".Values.operator.livenessProbe.initialDelaySeconds", "0");
226226
vars.put(".Values.operator.livenessProbe.periodSeconds", "30");

0 commit comments

Comments
 (0)