mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
add: deployment annotations (#4342)
This commit is contained in:
@ -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.
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user