We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb3f9c commit 8a46bcbCopy full SHA for 8a46bcb
templates/rbac.yaml
@@ -1,5 +1,13 @@
1
{{- if not .Values.coderd.satellite.enable }}
2
---
3
+# The service account used by environments. It has no permissions and is only
4
+# used to bind a pod security policy (if one is provided).
5
+apiVersion: v1
6
+kind: ServiceAccount
7
+metadata:
8
+ namespace: {{ .Release.Namespace | quote }}
9
+ name: environments
10
+---
11
# The service account that the envproxy passes to cemanager on startup.
12
apiVersion: v1
13
kind: ServiceAccount
0 commit comments