Commit 2a37e274 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'expose-tiller-log' into 'master'

Exposes tiller.log as artifact for Managed-Cluster-Applications GitLab CI template

See merge request gitlab-org/gitlab!22940
parents ee607827 d6937d50
---
title: Exposes tiller.log as artifact in Managed-Cluster-Applications GitLab CI template
merge_request: 22940
author:
type: changed
...@@ -505,7 +505,10 @@ To install applications using GitLab CI: ...@@ -505,7 +505,10 @@ To install applications using GitLab CI:
customize values for the installed application. customize values for the installed application.
A GitLab CI pipeline will then run on the `master` branch to install the A GitLab CI pipeline will then run on the `master` branch to install the
applications you have configured. applications you have configured. In case of pipeline failure, the
output of the [Helm
Tiller](https://v2.helm.sh/docs/install/#running-tiller-locally) binary
will be saved as a [CI job artifact](../project/pipelines/job_artifacts.md).
### Install Ingress using GitLab CI ### Install Ingress using GitLab CI
......
...@@ -14,3 +14,7 @@ apply: ...@@ -14,3 +14,7 @@ apply:
only: only:
refs: refs:
- master - master
artifacts:
when: on_failure
paths:
- tiller.log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment