File tree Expand file tree Collapse file tree
charts/controller/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22kind : ClusterRole
33apiVersion : rbac.authorization.k8s.io/v1
44metadata :
5- name : drycc :drycc-controller
5+ name : {{ printf "%s :drycc-controller" .Release.Namespace | quote }}
66 labels :
77 app : drycc-controller
88 heritage : drycc
Original file line number Diff line number Diff line change 22kind : ClusterRoleBinding
33apiVersion : rbac.authorization.k8s.io/v1
44metadata :
5- name : drycc :drycc-controller
5+ name : {{ printf "%s :drycc-controller" .Release.Namespace | quote }}
66 labels :
77 app : drycc-controller
88 heritage : drycc
99roleRef :
1010 apiGroup : rbac.authorization.k8s.io
1111 kind : ClusterRole
12- name : drycc :drycc-controller
12+ name : {{ printf "%s :drycc-controller" .Release.Namespace | quote }}
1313subjects :
1414- kind : ServiceAccount
1515 name : drycc-controller
You can’t perform that action at this time.
0 commit comments