mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
helm: add value for labels (#6544)
This commit is contained in:
@ -34,6 +34,10 @@ coder:
|
||||
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
annotations: {}
|
||||
|
||||
# coder.labels -- The Deployment labels. See:
|
||||
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
|
||||
labels: {}
|
||||
|
||||
# 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