You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>HelmChartTemplateObjectMeta defines the template for the ObjectMeta of a
615
+
v1beta2.HelmChart.</p>
616
+
<divclass="md-typeset__scrollwrap">
617
+
<divclass="md-typeset__table">
618
+
<table>
619
+
<thead>
620
+
<tr>
621
+
<th>Field</th>
622
+
<th>Description</th>
623
+
</tr>
624
+
</thead>
625
+
<tbody>
626
+
<tr>
627
+
<td>
628
+
<code>labels</code><br>
629
+
<em>
630
+
map[string]string
631
+
</em>
632
+
</td>
633
+
<td>
634
+
<em>(Optional)</em>
635
+
<p>Map of string keys and values that can be used to organize and categorize
636
+
(scope and select) objects.
637
+
More info: <ahref="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/">https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/</a></p>
638
+
</td>
639
+
</tr>
640
+
<tr>
641
+
<td>
642
+
<code>annotations</code><br>
643
+
<em>
644
+
map[string]string
645
+
</em>
646
+
</td>
647
+
<td>
648
+
<em>(Optional)</em>
649
+
<p>Annotations is an unstructured key value map stored with a resource that may be
650
+
set by external tools to store and retrieve arbitrary metadata. They are not
651
+
queryable and should be preserved when modifying objects.
652
+
More info: <ahref="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/</a></p>
0 commit comments