mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
helm: add sa annotations (#4640)
* helm: add sa annotations * rm: test annotation * fix: labels bracket Co-authored-by: Dean Sheather <dean@deansheather.com> Co-authored-by: Dean Sheather <dean@deansheather.com>
This commit is contained in:
co-authored by
Dean Sheather
parent
d49d57ec4b
commit
fbbecf0846
@@ -4,6 +4,9 @@ apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: coder
|
||||
annotations: {{ toYaml .Values.coder.serviceAccount.annotations | nindent 4 }}
|
||||
labels:
|
||||
{{- include "coder.labels" . | nindent 4 }}
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
||||
@@ -33,6 +33,8 @@ coder:
|
||||
# It is recommended to keep this on if you are using Kubernetes templates
|
||||
# within Coder.
|
||||
workspacePerms: true
|
||||
# coder.serviceAccount.annotations -- The Coder service account annotations.
|
||||
annotations: {}
|
||||
|
||||
# coder.env -- The environment variables to set for Coder. These can be used
|
||||
# to configure all aspects of `coder server`. Please see `coder server --help`
|
||||
|
||||
Reference in New Issue
Block a user