Skip to content

Commit e358d50

Browse files
authored
Merge pull request #173 from projectsyn/deprecated_helm_name
Update deprecated helm_params.release_name
2 parents 7447caa + 47aa18d commit e358d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/explanations/commodore-components/helm-charts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ parameters:
5555
output_path: my-component/01_helmchart
5656
helm_values: ${my_component:helm_values} <2>
5757
helm_params: <3>
58-
release_name: syn-my-chart
58+
name: syn-my-chart
5959
namespace: ${my_component:namespace}
6060
----
6161
<1> The Helm chart name.

0 commit comments

Comments
 (0)