Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36d99a1

Browse files
Overriding Helm pipelines can only be done by Codefresh admins
1 parentbb77cdc commit36d99a1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎_docs/new-helm/helm-environment-promotion.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ By default Codefresh will use a built-in install/upgrade pipeline for performing
185185

186186
Note that the variable`CF_HELM_CHART_JSON_GZIP` is both compressed and base64 encoded. To get the raw value you need a command like`echo $CF_HELM_CHART_JSON_GZIP | base64 -d | gunzip`
187187

188+
>Overriding the default pipeline can only be done by[Codefresh admin users]({{site.baseurl}}/docs/administration/access-control/#users-and-administrators).
189+
188190
Once you click the*update* button, a new build will run that will perform the deployment.
189191

190192
Note that you can move releases to any column both on the right and on the left of the current column. This is helpful if for example you find a bug in your production environment and you want to bring it back to a staging environment for debugging.

‎_docs/new-helm/helm-releases-management.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ max-width="50%"
190190

191191
This way you can add your extra logic on top of these actions. For example your own Helm uninstall pipeline might also have a notification step that posts a message to a slack channel after the release is removed.
192192

193+
>Overriding the default pipelines can only be done by[Codefresh admin users]({{site.baseurl}}/docs/administration/access-control/#users-and-administrators).
194+
193195
If you do override any of these actions the following[environment variables]({{site.baseurl}}/docs/codefresh-yaml/variables/) are available in the respective pipeline, so that you can use your own custom helm command.
194196

195197
*Helm Test pipeline*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp