Skip to content

Commit

Permalink
Using full prefix in example, adding an example for an empty label
Browse files Browse the repository at this point in the history
  • Loading branch information
tokaplan committed Nov 15, 2023
1 parent 5f94f4a commit ef6bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/resource/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ groups:
type: template[string]
brief: >
The labels placed on the Pod, the `<key>` being the label name, the value being the label value.
examples: ['pod.labels.app=my-app,pod.labels.mycompany.io/arch=x64']
examples: ['k8s.pod.labels.app=my-app,k8s.pod.labels.mycompany.io/arch=x64,k8s.pod.labels.data=']

- id: k8s.container
prefix: k8s.container
Expand Down

0 comments on commit ef6bfb3

Please sign in to comment.