From d45d8c032b3656bfa7fa99ce9bacbe57003dc464 Mon Sep 17 00:00:00 2001 From: Bertrand Goareguer <bertrand.goareguer@gmail.com> Date: Wed, 23 Feb 2022 19:56:31 +0000 Subject: [PATCH] Resolve "Vault JWT authentication not working" --- templates/gitlab-ci-helm-vault.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/gitlab-ci-helm-vault.yml b/templates/gitlab-ci-helm-vault.yml index f8d6e80..12c26f6 100644 --- a/templates/gitlab-ci-helm-vault.yml +++ b/templates/gitlab-ci-helm-vault.yml @@ -1,10 +1,6 @@ # ===================================================================================================================== # === Vault template variant # ===================================================================================================================== -variables: - # variables have to be explicitly declared in the YAML to be exported to the service - VAULT_ROLE_ID: "$VAULT_ROLE_ID" - VAULT_SECRET_ID: "$VAULT_SECRET_ID" .helm-base: services: -- GitLab