Closed alechp closed 2 months ago
Currently output looks like this:
export _Civo_LON1_NODE-TYPE="g3.k3s.xsmall" export _Civo_LON1_ALERTS-EMAIL="foo@bar.com" export _Civo_LON1_CLUSTER-NAME="clustername" export _Civo_LON1_DOMAIN-NAME="domain.name" export _Civo_LON1_GITHUB-ORG="githuborg" export _Civo_LON1_DNS-PROVIDER="dnsprovider"
However, there should be a user-defined prefix in front of those vars. We're currently prompting the user for it here:
Fixed as of https://github.com/ssotops/k1space/pull/26
Currently output looks like this:
However, there should be a user-defined prefix in front of those vars. We're currently prompting the user for it here: