-
semantic-release-bot authored
# [2.2.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.1.1...2.2.0) (2022-12-13) ### Features * **vault:** configurable Vault Secrets Provider image ([88799076](https://gitlab.com/to-be-continuous/gcloud/commit/887990766ca33b807fd507494750b1508ebe75e1))
semantic-release-bot authored# [2.2.0](https://gitlab.com/to-be-continuous/gcloud/compare/2.1.1...2.2.0) (2022-12-13) ### Features * **vault:** configurable Vault Secrets Provider image ([88799076](https://gitlab.com/to-be-continuous/gcloud/commit/887990766ca33b807fd507494750b1508ebe75e1))
gitlab-ci-gcloud-vault.yml 748 B
# =====================================================================================================================
# === Vault template variant
# =====================================================================================================================
variables:
# variabilized vault-secrets-provider image
TBC_VAULT_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
# 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"
.gcp-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.2.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"