Skip to content
Snippets Groups Projects
.gitlab-ci.yml 192 B
include:
- project: charts/ci-templates
  ref: master
  file: gitlab_deployment.gitlab-ci.yml

variables:
  CHART_DIRECTORY: acme-issuer/
  CHANNEL: stable

deploy_on_gitlab:
  only:
  - tags