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
Copy file name to clipboardExpand all lines: _docs/new-helm/using-helm-in-codefresh-pipeline.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,7 @@ Notes:
240
240
-The directory that contains a chart MUST have the same name as the chart. Thus, a chart named `my-chart` MUST be created in a directory called `my-chart/`. This is a requirement of the [Helm Chart format](https://helm.sh/docs/chart_template_guide/).
241
241
242
242
## Configuration
243
+
243
244
{: .table .table-bordered .table-hover}
244
245
|Name|Required|Description|
245
246
|---|---|---|
@@ -249,11 +250,11 @@ Notes:
249
250
|chart_subdir |optional | The subfolder where the chart is located in the JFrog Artifactory Helm repository.|
250
251
|chart_version|optional|Override or set the chart version.|
251
252
|cmd_ps|optional|Command Postscript - this will be appended as is to the generated helm command string. Can be used to set additional parameters supported by the command but not exposed as configuration options.|
252
-
|commands|optional|commands to execute in plugin after auth action|
253
+
|commands|optional|commands to execute in plugin after auth action.|
253
254
|credentials_in_arguments | optional | The username and password credentials to add to the Helm command as arguments. If not added to the Helm command, the credentials are passed in the URL `http(s)://username:password@url`. Should be enabled for JFrog Artifactory Helm repositories.|
254
255
|custom_value_files|optional|values file to provide to Helm as --values or -f.|
255
256
|custom_values|optional|values to provide to Helm as --set.|
256
-
|helm_repository_context | The name of the Helm repository integration configured in Codefresh.|
257
+
|helm_repository_context |optional |The name of the Helm repository integration configured in Codefresh.|
257
258
|helm_version|optional|version of [cfstep-helm image](https://hub.docker.com/r/codefresh/cfstep-helm/tags).|
258
259
|kube_context|required for install|Kubernetes context to use. The name of the cluster as [configured in Codefresh]({{site.baseurl}}/docs/deploy-to-kubernetes/add-kubernetes-cluster/).|
259
260
|namespace|optional|Target Kubernetes namespace to deploy to.|