custom_labels should not be nullable
This commit is contained in:
parent
7950dc4cdb
commit
1f281a7d7e
@ -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."
|
#@ 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/desc custom_labels_desc
|
||||||
#@schema/type any=True
|
#@schema/type any=True
|
||||||
#@schema/nullable
|
|
||||||
custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue}
|
custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue}
|
||||||
|
|
||||||
#@schema/desc "Specify how many replicas of the Pinniped server to run."
|
#@schema/desc "Specify how many replicas of the Pinniped server to run."
|
||||||
|
@ -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."
|
#@ 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/desc custom_labels_desc
|
||||||
#@schema/type any=True
|
#@schema/type any=True
|
||||||
#@schema/nullable
|
|
||||||
custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue}
|
custom_labels: {} #! {myCustomLabelName: myCustomLabelValue, otherCustomLabelName: otherCustomLabelValue}
|
||||||
|
|
||||||
#@schema/desc "Specify how many replicas of the Pinniped server to run."
|
#@schema/desc "Specify how many replicas of the Pinniped server to run."
|
||||||
|
Loading…
Reference in New Issue
Block a user