Skip to content

Commit

Permalink
fix: fix kustomization ClusterRoleBinding roleRef (#69)
Browse files Browse the repository at this point in the history
* feat(kustomization): fix ClusterRoleBinding roleRef

* feat(kustomization): add DataPlane CRD only kustomization

---------

Co-authored-by: Mattia Lavacca <[email protected]>
  • Loading branch information
pmalek and mlavacca authored Apr 2, 2024
1 parent 4e516db commit fecf829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions config/crd/dataplane/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../bases/gateway-operator.konghq.com_dataplanes.yaml
2 changes: 0 additions & 2 deletions config/rbac/role/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: gateway-operator-

resources:
- role.yaml

0 comments on commit fecf829

Please sign in to comment.