You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLOUDSDK_COMPUTE_REGION="your region" # e.g. europe-north1
CLOUDSDK_COMPUTE_ZONE="your zone" # e.g. europe-north1-b
CLOUDSDK_CONTAINER_CLUSTER="your container cluster name" # this needs to be set, to create a cluster - set this and run `source devenv && gcloud-create-gke-cluster`
PACKAGE_SIGNING_KEY="Name of gpg key for signing helm packages"
PACKAGE_SIGNING_KEYRING="Path to gpg keyring containing the key"