Skip to content

Commit

Permalink
kustomize: Remove ref to kube-system isolated RBAC
Browse files Browse the repository at this point in the history
When using kustomize isolated overlay the reference to kube-system is
not needed, this change remove that at the isolated kustomization file.

Signed-off-by: Enrique Llorente <[email protected]>
  • Loading branch information
qinqon committed Sep 19, 2022
1 parent de7bdfa commit 202d167
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 202d167

Please sign in to comment.