From 19c5f473cb1c2529d2da6e882eaff052b6d60610 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 Mar 2023 22:41:59 +0000 Subject: [PATCH] helm: add value for labels --- helm/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index be04b8bc37eb3..f7c49e2854614 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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: