瀏覽代碼

openshift-metering: Update role to allow creating routes

Chance Zibolski 6 年之前
父節點
當前提交
6c5b21a13f
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      roles/openshift_metering/files/operator/metering-helm-operator-role.yaml

+ 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