Browse Source

openshift-metering: Update role to allow creating routes

Chance Zibolski 6 years ago
parent
commit
6c5b21a13f

+ 11 - 0
roles/openshift_metering/files/operator/metering-helm-operator-role.yaml

@@ -142,3 +142,14 @@ rules:
     - patch
     - update
     - watch
+  - apiGroups:
+    - route.openshift.io
+    resources:
+    - routes
+    verbs:
+    - create
+    - get
+    - list
+    - watch
+    - update
+    - delete