From 7e4ccec9d88e7564e26a7ffa95d3bac52f15f2e7 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Fri, 23 Aug 2024 12:18:56 -0400 Subject: [PATCH] add comment on selectorLabels usage to gateway-operator values.yaml --- charts/gateway-operator/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/gateway-operator/values.yaml b/charts/gateway-operator/values.yaml index e41ca8bac..758e5bdae 100644 --- a/charts/gateway-operator/values.yaml +++ b/charts/gateway-operator/values.yaml @@ -109,3 +109,7 @@ args: [] # Use this section to change the certs-dir emptyDir size certsDir: sizeLimit: 256Mi + +# Override the default deployment selector labels. This is useful if you don't want +# to use the defaults or are migrating to this chart and want to use existing labels. +# selectorLabels: []