File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator/utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ public void callHelmInstall() throws Exception {
300
300
String imagePullPolicy =
301
301
System .getenv ("IMAGE_PULL_POLICY_OPERATOR" ) != null
302
302
? System .getenv ("IMAGE_PULL_POLICY_OPERATOR" )
303
- : "Always " ;
303
+ : "IfNotPresent " ;
304
304
StringBuffer cmd = new StringBuffer ("cd " );
305
305
cmd .append (BaseTest .getProjectRoot ())
306
306
.append (" && helm install kubernetes/charts/weblogic-operator " );
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
3
3
metadata :
4
4
name : weblogic-domain-cluster-role
5
5
rules :
6
- - apiGroups : ["weblogic.oracle "]
7
- resources : ["domains "]
6
+ - apiGroups : ["apiextensions.k8s.io "]
7
+ resources : ["customresourcedefinitions "]
8
8
verbs : ["get", "list", "update"]
9
9
---
10
10
#
You can’t perform that action at this time.
0 commit comments