Skip to content

Commit 8fe2b29

Browse files
raffishiddeco
authored andcommitted
docs: update api docs
Signed-off-by: Raffael Sahli <raffael.sahli@doodle.com>
1 parent 110bb6f commit 8fe2b29

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

docs/api/helmrelease.md

+64
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,20 @@ v1beta2.Source.</p>
457457
<tbody>
458458
<tr>
459459
<td>
460+
<code>metadata</code><br>
461+
<em>
462+
<a href="#helm.toolkit.fluxcd.io/v2beta1.HelmChartTemplateObjectMeta">
463+
HelmChartTemplateObjectMeta
464+
</a>
465+
</em>
466+
</td>
467+
<td>
468+
<em>(Optional)</em>
469+
<p>ObjectMeta holds the template for metadata including Labels and Annotations</p>
470+
</td>
471+
</tr>
472+
<tr>
473+
<td>
460474
<code>spec</code><br>
461475
<em>
462476
<a href="#helm.toolkit.fluxcd.io/v2beta1.HelmChartTemplateSpec">
@@ -591,6 +605,56 @@ Chart dependencies, which are not bundled in the umbrella chart artifact, are no
591605
</table>
592606
</div>
593607
</div>
608+
<h3 id="helm.toolkit.fluxcd.io/v2beta1.HelmChartTemplateObjectMeta">HelmChartTemplateObjectMeta
609+
</h3>
610+
<p>
611+
(<em>Appears on:</em>
612+
<a href="#helm.toolkit.fluxcd.io/v2beta1.HelmChartTemplate">HelmChartTemplate</a>)
613+
</p>
614+
<div class="md-typeset__scrollwrap">
615+
<div class="md-typeset__table">
616+
<table>
617+
<thead>
618+
<tr>
619+
<th>Field</th>
620+
<th>Description</th>
621+
</tr>
622+
</thead>
623+
<tbody>
624+
<tr>
625+
<td>
626+
<code>labels</code><br>
627+
<em>
628+
map[string]string
629+
</em>
630+
</td>
631+
<td>
632+
<em>(Optional)</em>
633+
<p>Map of string keys and values that can be used to organize and categorize
634+
(scope and select) objects. May match selectors of replication controllers
635+
and services.
636+
More info: <a href="http://kubernetes.io/docs/user-guide/labels">http://kubernetes.io/docs/user-guide/labels</a></p>
637+
</td>
638+
</tr>
639+
<tr>
640+
<td>
641+
<code>annotations</code><br>
642+
<em>
643+
map[string]string
644+
</em>
645+
</td>
646+
<td>
647+
<em>(Optional)</em>
648+
<p>Annotations is an unstructured key value map stored with a resource that may be
649+
set by external tools to store and retrieve arbitrary metadata. They are not
650+
queryable and should be preserved when modifying objects.
651+
More info: <a href="http://kubernetes.io/docs/user-guide/annotations">http://kubernetes.io/docs/user-guide/annotations</a></p>
652+
</td>
653+
</tr>
654+
</tbody>
655+
</table>
656+
</div>
657+
</div>
594658
<h3 id="helm.toolkit.fluxcd.io/v2beta1.HelmChartTemplateSpec">HelmChartTemplateSpec
595659
</h3>
596660
<p>

0 commit comments

Comments
 (0)