Skip to content

Commit

Permalink
Merge pull request #155 from qinqon/remove-kube-system-rbac-for-isolated
Browse files Browse the repository at this point in the history
kustomize: Remove ref to kube-system isolated RBAC
  • Loading branch information
kubevirt-bot authored Sep 19, 2022
2 parents de7bdfa + 202d167 commit 5a4f705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/isolated/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ patchesStrategicMerge:
metadata:
name: kccm
$patch: delete
- |-
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: kccm
namespace: kube-system
$patch: delete
generatorOptions:
disableNameSuffixHash: true
Expand Down

0 comments on commit 5a4f705

Please sign in to comment.