Loading templates/gitlab-ci-helm-gcp.yml +38 −39 Original line number Diff line number Diff line Loading @@ -51,8 +51,7 @@ variables: GCP_PROD_OIDC_ACCOUNT: $[[ inputs.gcp-prod-oidc-account ]] GCP_PROD_OIDC_PROVIDER: $[[ inputs.gcp-prod-oidc-provider ]] .gcp-provider-auth: before_script: .helm-gcp-adc: - echo "Installing GCP authentication with env GOOGLE_APPLICATION_CREDENTIALS file" - echo $GCP_JWT > "$CI_BUILDS_DIR/.auth_token.jwt" - |- Loading Loading @@ -93,7 +92,7 @@ variables: .helm-deploy: before_script: - !reference [.helm-scripts] - !reference [.gcp-provider-auth, before_script] - !reference [.helm-gcp-adc] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - add_helm_repositories - setup_kubeconfig Loading Loading
templates/gitlab-ci-helm-gcp.yml +38 −39 Original line number Diff line number Diff line Loading @@ -51,8 +51,7 @@ variables: GCP_PROD_OIDC_ACCOUNT: $[[ inputs.gcp-prod-oidc-account ]] GCP_PROD_OIDC_PROVIDER: $[[ inputs.gcp-prod-oidc-provider ]] .gcp-provider-auth: before_script: .helm-gcp-adc: - echo "Installing GCP authentication with env GOOGLE_APPLICATION_CREDENTIALS file" - echo $GCP_JWT > "$CI_BUILDS_DIR/.auth_token.jwt" - |- Loading Loading @@ -93,7 +92,7 @@ variables: .helm-deploy: before_script: - !reference [.helm-scripts] - !reference [.gcp-provider-auth, before_script] - !reference [.helm-gcp-adc] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - add_helm_repositories - setup_kubeconfig Loading