Skip to content

Commit e294cfe

Browse files
fix: Add kustomization file for rbac (llm-d#601)
Signed-off-by: Alberto Perdomo <aperdomo@redhat.com>
1 parent 6aca289 commit e294cfe

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
namespace: ${NAMESPACE}
5+
6+
namePrefix: ${PROJECT_NAME}-
7+
8+
resources:
9+
- exec-rbac-role.yaml
10+
- exec-rbac-rolebinding.yaml
11+
12+
patches:
13+
- path: patch-rbac-role.yaml
14+
- path: patch-rbac-rolebinding.yaml

0 commit comments

Comments
 (0)