From a3146d43bf968e50a73bbcd388210799a4760b1c Mon Sep 17 00:00:00 2001 From: "Luke Mallon (Nalum)" Date: Fri, 4 Oct 2024 00:29:23 +0100 Subject: [PATCH] Update structure to accomodate nodoc Signed-off-by: Luke Mallon (Nalum) --- schemas/timoni.sh/core/v1alpha1/metadata.cue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/schemas/timoni.sh/core/v1alpha1/metadata.cue b/schemas/timoni.sh/core/v1alpha1/metadata.cue index afed90dc..16e38afe 100644 --- a/schemas/timoni.sh/core/v1alpha1/metadata.cue +++ b/schemas/timoni.sh/core/v1alpha1/metadata.cue @@ -78,8 +78,10 @@ import "strings" namespace: #Meta.namespace labels: #Meta.labels - // +nodoc - labels: (#StdLabelComponent): #Component + labels: { + // +nodoc + (#StdLabelComponent): #Component + } annotations?: #Annotations if #Meta.annotations != _|_ { @@ -111,8 +113,10 @@ import "strings" name: #Meta.name + "-" + #Component labels: #Meta.labels - // +nodoc - labels: (#StdLabelComponent): #Component + labels: { + // +nodoc + (#StdLabelComponent): #Component + } annotations?: #Annotations if #Meta.annotations != _|_ {