We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af56227 commit 8e770ebCopy full SHA for 8e770eb
tests/src/test/java/com/datastax/oss/kaap/tests/BaseK8sEnvTest.java
@@ -220,7 +220,7 @@ private String simulateHelmRendering(List<String> allRbac) {
220
vars.put(".Values.operator.replicas", "1");
221
vars.put(".Values.operator.image", OPERATOR_IMAGE);
222
vars.put(".Values.operator.imagePullPolicy", "Never");
223
- vars.put(".Values.operator.resources.requests.cpu", "100m");
+ vars.put(".Values.operator.resources.requests", "{}");
224
vars.put(".Values.operator.livenessProbe.failureThreshold", "3");
225
vars.put(".Values.operator.livenessProbe.initialDelaySeconds", "0");
226
vars.put(".Values.operator.livenessProbe.periodSeconds", "30");
0 commit comments