-
semantic-release-bot authored
# [2.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.8.0...2.0.0) (2022-08-05) ### Features * make MR pipeline the default workflow ([cb6b1856](https://gitlab.com/to-be-continuous/gcloud/commit/cb6b185639eeb88acaaebceac05332f89ae0d637)) ### BREAKING CHANGES * change default workflow from Branch pipeline to MR pipeline
semantic-release-bot authored# [2.0.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.8.0...2.0.0) (2022-08-05) ### Features * make MR pipeline the default workflow ([cb6b1856](https://gitlab.com/to-be-continuous/gcloud/commit/cb6b185639eeb88acaaebceac05332f89ae0d637)) ### BREAKING CHANGES * change default workflow from Branch pipeline to MR pipeline
gitlab-ci-gcloud-vault.yml 664 B
# =====================================================================================================================
# === 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"
.gcp-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "gcloud", "2.0.0" ]
- name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
alias: "vault-secrets-provider"