diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59593628c4fd48b7d678334fbf5a5e4c4330ca32..f03bcdee32da986b159c0053cf5924a4580718d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ generate: - helm template toto ./test-chart/ > out-templates/template.yaml artifacts: paths: - - templates + - out-templates expire_in: 1 week