Skip to content

Commit 8a46bcb

Browse files
authored
fix: Add environments SA back to fix old providers (#135)
1 parent 9eb3f9c commit 8a46bcb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/rbac.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{{- if not .Values.coderd.satellite.enable }}
22
---
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+
---
311
# The service account that the envproxy passes to cemanager on startup.
412
apiVersion: v1
513
kind: ServiceAccount

0 commit comments

Comments
 (0)