8000
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 e5a0484 commit 207d5ccCopy full SHA for 207d5cc
helm/coder/templates/coder.yaml
@@ -1,7 +1,5 @@
1
---
2
-{{- if not .Values.coder.serviceAccount.disableCreate }}
3
{{ include "libcoder.serviceaccount" (list . "coder.serviceaccount") }}
4
-{{- end }}
5
6
7
{{ include "libcoder.deployment" (list . "coder.deployment") }}
helm/coder/values.yaml
@@ -113,8 +113,6 @@ coder:
113
annotations: {}
114
# coder.serviceAccount.name -- The service account name
115
name: coder
116
- # coder.serviceAccount.name -- Whether to create the service account or use existing service account
117
- disableCreate: true
118
119
# coder.securityContext -- Fields related to the container's security
120
# context (as opposed to the pod). Some fields are also present in the pod
0 commit comments