diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index f60c5176..731832a6 100644 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -9,7 +9,6 @@ resources: - role_binding.yaml - leader_election_role.yaml - leader_election_role_binding.yaml -- swift_configmap_update.yaml # Comment the following 4 lines if you want to disable # the auth proxy (https://github.com/brancz/kube-rbac-proxy) # which protects your /metrics endpoint. diff --git a/config/rbac/swift_configmap_update.yaml b/config/rbac/swift_configmap_update.yaml deleted file mode 100644 index a3ceba07..00000000 --- a/config/rbac/swift_configmap_update.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - namespace: openstack - name: configmap-update -rules: -- apiGroups: - - "" - resources: - - configmaps - resourceNames: - - swift-edpm-inventory - verbs: - - update - ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: configmap-update -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: configmap-update -subjects: -- kind: ServiceAccount - name: default - namespace: openstack