We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2016b04 commit 7b477d4Copy full SHA for 7b477d4
helm/templates/service.yaml
@@ -2,6 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
2
kind: Role
3
metadata:
4
name: coder-xray-kube-role
5
+ namespace: {{ .Values.namespace }}
6
rules:
7
- apiGroups: [""]
8
resources: ["pods", "events"]
@@ -21,13 +22,15 @@ apiVersion: rbac.authorization.k8s.io/v1
21
22
kind: RoleBinding
23
24
name: coder-xray-kube-rolebinding
25
26
roleRef:
27
apiGroup: rbac.authorization.k8s.io
28
29
30
subjects:
31
- kind: ServiceAccount
32
name: {{ .Values.serviceAccount.name | quote }}
33
+ namespace: {{ .Release.Namespace }}
34
---
35
apiVersion: apps/v1
36
kind: Deployment
0 commit comments