CircleCI-Public / gcp-gke-orb

Interact with Google Kubernetes Engine (GKE) from CircleCI
https://circleci.com/orbs/registry/orb/circleci/gcp-gke
MIT License
7 stars 21 forks source link

refactor: implement an utils script and extract `create-cluster` #57

Closed EricRibeiro closed 2 years ago

EricRibeiro commented 2 years ago

Motivation

In this PR, I'm introducing a generic function to expand variables with a given prefix. This will prevent a common breaking change when moving out shell code from YAML where environment variables no longer expand.

Changes