From 47fc0d5a66a208b42cfacc4f54dbded4e97e1c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Mon, 13 Mar 2023 21:30:41 +0000 Subject: [PATCH] chore(r2devops): add r2.yml file [skip ci] --- Helm.r2.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Helm.r2.yml diff --git a/Helm.r2.yml b/Helm.r2.yml new file mode 100644 index 0000000..cf9f32c --- /dev/null +++ b/Helm.r2.yml @@ -0,0 +1,13 @@ +files: + template: ./templates/gitlab-ci-helm.yml + documentation: ./README.md + changelog: ./CHANGELOG.md +data: + description: "Build your Helm Charts and/or deploy your application to a Kubernetes platform using Helm" + public: true + labels: + - to be continuous + - Helm + - Deploy + license: LGPL v3 + deprecated: false \ No newline at end of file -- GitLab