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:
Eric Paulsen
2022-10-19 13:49:48 +00:00
committed by GitHub
co-authored by Dean Sheather
parent d49d57ec4b
commit fbbecf0846
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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
+2
View File
@@ -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`