From 759931f7ad02c79552cf404c8645fa312b14c258 Mon Sep 17 00:00:00 2001 From: alkaplan Date: Tue, 7 Nov 2023 15:24:47 -0800 Subject: [PATCH] Merging two examples into one to illustrate the property bag nature of the templated attribute --- model/resource/k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/resource/k8s.yaml b/model/resource/k8s.yaml index 749020832e..8bb52ba83a 100644 --- a/model/resource/k8s.yaml +++ b/model/resource/k8s.yaml @@ -89,7 +89,7 @@ groups: type: template[string] brief: > Pod's labels, the `` being the label name, the value being the label value. - examples: ['pod.labels.app=my-app', 'pod.labels.mycompany.io/arch=x64'] + examples: ['pod.labels.app=my-app,pod.labels.mycompany.io/arch=x64'] - id: k8s.container prefix: k8s.container