Skip to content

Commit

Permalink
Merging two examples into one to illustrate the property bag nature o…
Browse files Browse the repository at this point in the history
…f the templated attribute
  • Loading branch information
tokaplan committed Nov 7, 2023
1 parent bdb4799 commit 759931f
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: >
Pod's labels, 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: ['pod.labels.app=my-app,pod.labels.mycompany.io/arch=x64']

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

0 comments on commit 759931f

Please sign in to comment.