Carolyn Van Slyck
Carolyn Van Slyck
Right now the kustomize files generated by the operator sdk hard code the namespace. Let's see if we can ideally make that configurable, so that if we made a helm...
1. Run porter create 2. Add the terraform mixin ``` mixins: - terraform ``` 3. Run porter build This results in the following error ``` Error: unable to build CNAB...
I noticed that we call terraform init at buildtime which is great. I added #79 to make that perform even better. But since we have that, is there a reason...
When the author writes the bundle, they don't know if the end user will have existing terraform accounts/infra. Instead of having the bundle decide if it uses a remote backend...
I noticed that we use two different default naming standards for the state files generated by the terraform mixin: * terraform.tfstate * terraform.tfvars.json It seems that .tfvars is the preferred...
I recently added working directory as a mixin level config, which lets the user override the default directory with all their terraform files. #61 Sometimes people have multiple terraform modules...
I've noticed that the var field shows red squiggles in VS Code when filled out properly. The mixin's schema needs to be corrected to reflect the supported mixin syntax so...
"7 layer burrito of the athens cache" * go cli on a worker caches to the filesystem in the GOPATH/pkg/mod * in-memory storage * filesystem storage * redis storage *...
**Is your feature request related to a problem? Please describe.** If someone wants to set up a new airgapped environment with Porter there is a bit of a bootstrapping catch-22...
All repositories should have a mage.go/magefile.go with at least the SetupDCO target that uses the git.SetupDCO helper function from get.porter.sh/[email protected] The CONTRIBUTING.md for each repository should include a section that...