ssotops / k1space

Automate common tasks around managing kubefirst.io
GNU General Public License v3.0
3 stars 1 forks source link

Make sure that statix prefix (eg. `CS`) is included in `.local.cloud.env` #8

Closed alechp closed 2 months ago

alechp commented 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:

Screenshot 2024-08-06 at 5 27 54 PM
alechp commented 2 months ago

Fixed as of https://github.com/ssotops/k1space/pull/26