Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
492 stars 58 forks source link

A few updates to draft #277

Closed bfoley13 closed 1 month ago

bfoley13 commented 1 month ago

Description

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist:

imiller31 commented 1 month ago

Some failures with unsubstituted vars? Error: error substituting file workflows/helm/.github/workflows/azure-kubernetes-service-helm.yml: unsubstituted variable: {{BRANCHNAME}}, {{AZURECONTAINERREGISTRY}}, {{CONTAINERNAME}}, {{RESOURCEGROUP}}, {{CLUSTERNAME}}

bfoley13 commented 1 month ago

Some failures with unsubstituted vars? Error: error substituting file workflows/helm/.github/workflows/azure-kubernetes-service-helm.yml: unsubstituted variable: {{BRANCHNAME}}, {{AZURECONTAINERREGISTRY}}, {{CONTAINERNAME}}, {{RESOURCEGROUP}}, {{CLUSTERNAME}}

Was copying the wrong flag variable into the customInput variables, fixed the issue!