mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
7876dc5fb1
Fixes https://github.com/coder/coder/issues/15437 - Adds support for `coder.serviceAccount.disableCreate` (originally added to `helm/coder` in https://github.com/coder/coder/pull/14817). - Adds documentation and examples in `helm/provisioner/README.md` on deploying multiple provisioners in the same namespace leveraging `nameOverride`.
8 lines
213 B
YAML
8 lines
213 B
YAML
---
|
|
{{- if not .Values.coder.serviceAccount.disableCreate }}
|
|
{{ include "libcoder.serviceaccount" (list . "coder.serviceaccount") }}
|
|
{{- end }}
|
|
|
|
---
|
|
{{ include "libcoder.deployment" (list . "coder.deployment") }}
|