custom_labels should not be nullable

This commit is contained in:
Benjamin A. Petersen 2023-09-29 13:12:55 -04:00
parent 7950dc4cdb
commit 1f281a7d7e
No known key found for this signature in database
GPG Key ID: EF6EF83523A4BE46
2 changed files with 0 additions and 2 deletions

View File

@ -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."

View File

@ -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."