mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +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/
|
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||||
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
|
# coder.serviceAccount -- Configuration for the automatically created service
|
||||||
# account. Creation of the service account cannot be disabled.
|
# account. Creation of the service account cannot be disabled.
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
|
Reference in New Issue
Block a user