From 6f32f60c43090e599420c8afefcd37f8d9afecfe Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sun, 28 Jan 2024 22:16:16 +0100 Subject: [PATCH] docs: fix vault variant path --- kicker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicker.json b/kicker.json index a7e7e95..2eeae06 100644 --- a/kicker.json +++ b/kicker.json @@ -59,7 +59,7 @@ "id": "vault", "name": "Vault", "description": "Retrieve secrets from a [Vault](https://www.vaultproject.io/) server", - "template_path": "templates/gitlab-ci-openshift-vault.yml", + "template_path": "templates/gitlab-ci-sonar-vault.yml", "variables": [ { "name": "TBC_VAULT_IMAGE", -- GitLab