Thanks to visit codestin.com Credit goes to github.com
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 b828412 commit cd92220Copy full SHA for cd92220
helm/coder/templates/coder.yaml
@@ -1,5 +1,7 @@
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,6 +113,8 @@ 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