From a666539bfaa02065eb6b48de147defccca77c5b5 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Fri, 10 Mar 2023 07:39:55 -0500 Subject: [PATCH] helm: add value for labels (#6544) --- helm/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index be04b8bc37..f7c49e2854 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: