File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ Allow to install the coturn chart multiple times in multiple namespaces on the same cluster.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ metadata:
1212apiVersion : rbac.authorization.k8s.io/v1
1313kind : ClusterRole
1414metadata :
15- name : coturn
15+ name : coturn-{{ .Release.Namespace }}
1616 labels :
1717 app : coturn
1818 chart : {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
2626apiVersion : rbac.authorization.k8s.io/v1
2727kind : ClusterRoleBinding
2828metadata :
29- name : coturn
29+ name : coturn-{{ .Release.Namespace }}
3030 labels :
3131 app : coturn
3232 chart : {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
@@ -35,7 +35,7 @@ metadata:
3535roleRef :
3636 kind : ClusterRole
3737 apiGroup : rbac.authorization.k8s.io
38- name : coturn
38+ name : coturn-{{ .Release.Namespace }}
3939subjects :
4040 - kind : ServiceAccount
4141 name : coturn
You can’t perform that action at this time.
0 commit comments