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 d49d57e commit fbbecf0Copy full SHA for fbbecf0
helm/templates/coder.yaml
@@ -4,6 +4,9 @@ apiVersion: v1
4
kind: ServiceAccount
5
metadata:
6
name: coder
7
+ annotations: {{ toYaml .Values.coder.serviceAccount.annotations | nindent 4 }}
8
+ labels:
9
+ {{- include "coder.labels" . | nindent 4 }}
10
11
---
12
apiVersion: apps/v1
helm/values.yaml
@@ -33,6 +33,8 @@ coder:
33
# It is recommended to keep this on if you are using Kubernetes templates
34
# within Coder.
35
workspacePerms: true
36
+ # coder.serviceAccount.annotations -- The Coder service account annotations.
37
+ annotations: {}
38
39
# coder.env -- The environment variables to set for Coder. These can be used
40
# to configure all aspects of `coder server`. Please see `coder server --help`
0 commit comments