File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ spec:
120
120
secretKeyRef :
121
121
name : built-in-envproxy-token
122
122
key : token
123
- # ENVIRONMENT_SERVICE_ACCOUNT is the service account to assign
124
- # to all user environments. It's primarily used to ensure
125
- # environments abide a pod security policy if one is set.
126
- - name : ENVIRONMENT_SERVICE_ACCOUNT
127
- value : " environments"
128
123
- name : STORAGE_CLASS
129
124
value : {{ .Values.storageClassName | quote }}
130
125
{{- include "coder.environments.configMapEnv" . | indent 12 }}
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ spec:
106
106
value : {{ .Values.storageClassName | quote }}
107
107
- name : DEVURL_HOST
108
108
value : {{ .Values.devurls.host | quote }}
109
+ - name : ENVIRONMENT_SA_NAME
110
+ value : " environments"
109
111
command :
110
112
- /entrypoint.sh
111
113
- envproxy
You can’t perform that action at this time.
0 commit comments