Commit 4d30b24f authored by Benjamin EINAUDI's avatar Benjamin EINAUDI
Browse files

Merge branch 'fix/support-jwt-auth' into 'master'

Vault variant does not support JWT authentication

Closes #7

See merge request to-be-continuous/kubernetes!6
parents 9a2bf37d 4ed59189
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"