Skip to content

Commit 83c6eb1

Browse files
Harsh AroraHarsh Arora
Harsh Arora
authored and
Harsh Arora
committed
updated rbac
1 parent 0cc81e8 commit 83c6eb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deploy/citrix-k8s-node-controller.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ roleRef:
7272
subjects:
7373
- kind: ServiceAccount
7474
name: kube-cnc-router
75-
namespace: kube-system
75+
namespace: default
7676
apiVersion: rbac.authorization.k8s.io/v1
7777
---
7878
apiVersion: v1
7979
kind: ServiceAccount
8080
metadata:
8181
name: kube-cnc-router
82-
namespace: kube-system
82+
namespace: default
8383

8484
---
8585
apiVersion: apps/v1
@@ -122,3 +122,5 @@ spec:
122122
value: "3267"
123123
- name: VNID
124124
value: "300"
125+
- name: CNI_TYPE
126+
value: "xxxx"

0 commit comments

Comments
 (0)