File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ public void testServerPodsRestartByChangingContSecurityContext() throws Exceptio
225
225
}
226
226
227
227
/**
228
- * Modify/Add the podSecurityContext section at ServerPod level using kubectl apply -f domain.yaml.
229
- * Verify all pod(s) re-started. The property tested is: podSecurityContext: runAsUser: 1000
230
- * fsGroup: 2000
228
+ * Modify/Add the podSecurityContext section at ServerPod level using kubectl apply -f
229
+ * domain.yaml. Verify all pod(s) re-started. The property tested is: podSecurityContext:
230
+ * runAsUser: 1000 fsGroup: 2000
231
231
*
232
232
* @throws Exception
233
233
*/
@@ -258,8 +258,8 @@ public void testServerPodsRestartByChangingPodSecurityContext() throws Exception
258
258
}
259
259
260
260
/**
261
- * Modify/Add imagePullSecrets section at Domain Level using kubectl apply -f domain.yaml. Verify all
262
- * pods re-started. The property tested is: imagePullSecrets:- name: imagePullSecr value:
261
+ * Modify/Add imagePullSecrets section at Domain Level using kubectl apply -f domain.yaml. Verify
262
+ * all pods re-started. The property tested is: imagePullSecrets:- name: imagePullSecr value:
263
263
* myImagePullSecret
264
264
*
265
265
* @throws Exception
@@ -292,8 +292,8 @@ public void testServerPodsRestartByChangingImagePullSecrets() throws Exception {
292
292
293
293
/**
294
294
* Modify/Add resources at ServerPod level using kubectl apply -f domain.yaml. Verify all pods
295
- * re-started. The property tested is:serverPod: resources: limits: cpu: "1" requests: cpu: "0.5"
296
- * args: - -cpus - "2"
295
+ * re-started. The property tested is: resources: limits: cpu: "1" requests: cpu: "0.5" args: -
296
+ * -cpus - "2"
297
297
*
298
298
* @throws Exception
299
299
*/
You can’t perform that action at this time.
0 commit comments