Skip to content

Commit 43124c0

Browse files
committed
feat(password): apply backend logic to all password set fields
1 parent d1c26ac commit 43124c0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

helm/coder/templates/coder.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
{{- if not .Values.coder.serviceAccount.disableCreate }}
32
{{ include "libcoder.serviceaccount" (list . "coder.serviceaccount") }}
4-
{{- end }}
53

64
---
75
{{ include "libcoder.deployment" (list . "coder.deployment") }}

helm/coder/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ coder:
113113
annotations: {}
114114
# coder.serviceAccount.name -- The service account name
115115
name: coder
116-
# coder.serviceAccount.name -- Whether to create the service account or use existing service account
117-
disableCreate: true
118116

119117
# coder.securityContext -- Fields related to the container's security
120118
# context (as opposed to the pod). Some fields are also present in the pod

0 commit comments

Comments
 (0)