1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Bugfix for Helm.

This commit is contained in:
Yana Hontyk
2020-02-07 17:19:30 +01:00
committed by openshift-cherrypick-robot
parent 65f72e4df4
commit 8bc844f3ed

View File

@@ -28,10 +28,16 @@ $ cd redhat-helm-charts/alpha/nodejs-ex-k/
+
[source,yaml]
----
apiVersion: v2
name: Node.js
description: A Helm chart for OpenShift
apiVersion: v2 <1>
name: nodejs-ex-k <2>
description: A Helm chart for OpenShift <3>
icon: https://static.redhat.com/libs/redhat/brand-assets/latest/corp/logo.svg <4>
----
+
<1> The chart API version. It should be `v2` for Helm charts that require at least Helm 3.
<2> The name of your chart.
<3> The description of your chart.
<4> The URL to an image to be used as an icon.
. Verify that the chart is formatted properly:
+