From 1f281a7d7ef840c69548c0c503d1b4b047d4410b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Petersen" Date: Fri, 29 Sep 2023 13:12:55 -0400 Subject: [PATCH] custom_labels should not be nullable --- deploy/concierge/values.yaml | 1 - deploy/supervisor/values.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/deploy/concierge/values.yaml b/deploy/concierge/values.yaml index 1203839b..32306740 100644 --- a/deploy/concierge/values.yaml +++ b/deploy/concierge/values.yaml @@ -23,7 +23,6 @@ into_namespace: my-preexisting-namespace #@ 2. Or, deleting all resources by label, which does not assume that there was a static install-time yaml namespace." #@schema/desc custom_labels_desc #@schema/type any=True -#@schema/nullable custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue} #@schema/desc "Specify how many replicas of the Pinniped server to run." diff --git a/deploy/supervisor/values.yaml b/deploy/supervisor/values.yaml index 99741cdf..04606edb 100644 --- a/deploy/supervisor/values.yaml +++ b/deploy/supervisor/values.yaml @@ -23,7 +23,6 @@ into_namespace: my-preexisting-namespace #@ 2. Or, deleting all resources by label, which does not assume that there was a static install-time yaml namespace." #@schema/desc custom_labels_desc #@schema/type any=True -#@schema/nullable custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue} #@schema/desc "Specify how many replicas of the Pinniped server to run."