add: deployment annotations (#4342)

This commit is contained in:
Eric Paulsen
2022-10-03 13:31:34 -05:00
committed by GitHub
parent 15d7b78527
commit aa3812ff4e
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ metadata:
name: coder
labels:
{{- include "coder.labels" . | nindent 4 }}
annotations: {{ toYaml .Values.coder.annotations | nindent 4}}
spec:
# NOTE: this is currently not used as coder v2 does not support high
# availability yet.

View File

@ -18,6 +18,10 @@ coder:
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
pullPolicy: IfNotPresent
# coder.annotations -- The Deployment annotations. See:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
annotations: {}
# coder.serviceAccount -- Configuration for the automatically created service
# account. Creation of the service account cannot be disabled.
serviceAccount: