Skip to content

Commit a666539

Browse files
authored
helm: add value for labels (#6544)
1 parent 90901ca commit a666539

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ coder:
3434
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
3535
annotations: {}
3636

37+
# coder.labels -- The Deployment labels. See:
38+
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
39+
labels: {}
40+
3741
# coder.serviceAccount -- Configuration for the automatically created service
3842
# account. Creation of the service account cannot be disabled.
3943
serviceAccount:

0 commit comments

Comments
 (0)