From df673d6b12bc538059994ab0da00ca4310d815c0 Mon Sep 17 00:00:00 2001 From: Sohan Kunkerkar Date: Mon, 11 Nov 2019 10:07:33 -0500 Subject: [PATCH] Add configmap resource in the clusterrole to appease CI --- .../clusterrole.yaml | 10 ++++++++++ .../clusterrole.yaml | 10 ++++++++++ pkg/operator/v4_00_assets/bindata.go | 20 +++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/bindata/v4.0.0/apiservice-cabundle-controller/clusterrole.yaml b/bindata/v4.0.0/apiservice-cabundle-controller/clusterrole.yaml index 0a3a8d6d4..0304b17de 100644 --- a/bindata/v4.0.0/apiservice-cabundle-controller/clusterrole.yaml +++ b/bindata/v4.0.0/apiservice-cabundle-controller/clusterrole.yaml @@ -13,3 +13,13 @@ rules: - watch - update - patch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch + - update + - create diff --git a/bindata/v4.0.0/service-serving-cert-signer-controller/clusterrole.yaml b/bindata/v4.0.0/service-serving-cert-signer-controller/clusterrole.yaml index eb821a426..c0a2fa3ac 100644 --- a/bindata/v4.0.0/service-serving-cert-signer-controller/clusterrole.yaml +++ b/bindata/v4.0.0/service-serving-cert-signer-controller/clusterrole.yaml @@ -24,3 +24,13 @@ rules: - watch - update - patch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch + - update + - create diff --git a/pkg/operator/v4_00_assets/bindata.go b/pkg/operator/v4_00_assets/bindata.go index 5b00efbcf..ae6f71b73 100644 --- a/pkg/operator/v4_00_assets/bindata.go +++ b/pkg/operator/v4_00_assets/bindata.go @@ -89,6 +89,16 @@ rules: - watch - update - patch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch + - update + - create `) func v400ApiserviceCabundleControllerClusterroleYamlBytes() ([]byte, error) { @@ -779,6 +789,16 @@ rules: - watch - update - patch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch + - update + - create `) func v400ServiceServingCertSignerControllerClusterroleYamlBytes() ([]byte, error) {