Run formatter on build yaml

I guess it wants double quotes...
This commit is contained in:
Asher
2026-04-22 14:18:44 -08:00
parent e0b100ee31
commit 22ec1ea65b

View File

@@ -93,7 +93,7 @@ jobs:
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
version: 'v3.19.2' version: "v3.19.2"
- run: helm plugin install https://github.com/instrumenta/helm-kubeval - run: helm plugin install https://github.com/instrumenta/helm-kubeval
- run: helm kubeval ci/helm-chart - run: helm kubeval ci/helm-chart