debian-mirror-gitlab/lib/gitlab/ci/templates/Managed-Cluster-Applications.gitlab-ci.yml

20 lines
538 B
YAML
Raw Normal View History

2020-01-01 13:55:28 +05:30
apply:
stage: deploy
2021-03-11 19:13:27 +05:30
image: "registry.gitlab.com/gitlab-org/cluster-integration/cluster-applications:v0.40.0"
2020-01-01 13:55:28 +05:30
environment:
name: production
variables:
TILLER_NAMESPACE: gitlab-managed-apps
GITLAB_MANAGED_APPS_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/config.yaml
script:
- gitlab-managed-apps /usr/local/share/gitlab-managed-apps/helmfile.yaml
only:
refs:
- master
2020-03-13 15:44:24 +05:30
artifacts:
2020-06-23 00:09:42 +05:30
reports:
cluster_applications: gl-cluster-applications.json
2020-03-13 15:44:24 +05:30
when: on_failure
paths:
- tiller.log