Commit 4ed59189 authored by Bertrand Goareguer's avatar Bertrand Goareguer
Browse files

Update templates/gitlab-ci-k8s-vault.yml

parent 400c0424
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
# =====================================================================================================================
# === 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"

.k8s-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"