Azure / k8s-bake

GitHub Action creating Kubernetes manifest files with Helm, Kustomize, or Kompose
MIT License
52 stars 33 forks source link

When specifying images information via overrides leading spaces gives an error when deploying #81

Open cbikhazi opened 1 year ago

cbikhazi commented 1 year ago

When specifying images information via overrides leading spaces gives an error when deploying

overrides: |
            image.repository: ${{ vars.ACR_LOGIN_SERVER }}/${{ var.chartname }}/${{ var.applicationname }}
            image.tag: ${{ github.sha }}-${{ github.ref_name }}

Causes issue:

spec.containers[0].image: Invalid value: " must not have leading or trailing whitespace

github-actions[bot] commented 1 year ago

This issue is idle because it has been open for 14 days with no activity.