File tree 1 file changed +0
-47
lines changed
charts/yurt-manager/templates
1 file changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,6 @@ metadata:
110
110
---
111
111
apiVersion : v1
112
112
kind : ServiceAccount
113
- metadata :
114
- name : yurt-manager-yurt-coordinator-cert-controller
115
- namespace : {{ .Release.Namespace }}
116
- ---
117
- apiVersion : v1
118
- kind : ServiceAccount
119
113
metadata :
120
114
name : yurt-manager-yurt-static-set-controller
121
115
namespace : {{ .Release.Namespace }}
@@ -808,34 +802,6 @@ rules:
808
802
---
809
803
apiVersion : rbac.authorization.k8s.io/v1
810
804
kind : ClusterRole
811
- metadata :
812
- name : yurt-manager-yurt-coordinator-cert-controller
813
- rules :
814
- - apiGroups :
815
- - " "
816
- resources :
817
- - configmaps
818
- - services
819
- verbs :
820
- - get
821
- - apiGroups :
822
- - " "
823
- resources :
824
- - secrets
825
- verbs :
826
- - create
827
- - get
828
- - patch
829
- - update
830
- - apiGroups :
831
- - certificates.k8s.io
832
- resources :
833
- - certificatesigningrequests
834
- verbs :
835
- - create
836
- ---
837
- apiVersion : rbac.authorization.k8s.io/v1
838
- kind : ClusterRole
839
805
metadata :
840
806
name : yurt-manager-yurt-static-set-controller
841
807
rules :
@@ -1113,19 +1079,6 @@ subjects:
1113
1079
---
1114
1080
apiVersion : rbac.authorization.k8s.io/v1
1115
1081
kind : ClusterRoleBinding
1116
- metadata :
1117
- name : yurt-manager-yurt-coordinator-cert-controller-binding
1118
- roleRef :
1119
- apiGroup : rbac.authorization.k8s.io
1120
- kind : ClusterRole
1121
- name : yurt-manager-yurt-coordinator-cert-controller
1122
- subjects :
1123
- - kind : ServiceAccount
1124
- name : yurt-manager-yurt-coordinator-cert-controller
1125
- namespace : {{ .Release.Namespace }}
1126
- ---
1127
- apiVersion : rbac.authorization.k8s.io/v1
1128
- kind : ClusterRoleBinding
1129
1082
metadata :
1130
1083
name : yurt-manager-yurt-static-set-controller-binding
1131
1084
roleRef :
You can’t perform that action at this time.
0 commit comments