Skip to content

Commit

Permalink
Use old kustomize yaml parser
Browse files Browse the repository at this point in the history
kubernetes-sigs/kustomize#3412
Should remove the legacy flag when the bug is fixed.
  • Loading branch information
mchill committed Jan 11, 2021
1 parent 31c505b commit 2c04a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
working-directory: k8s
run: |
kustomize build homeassistant | kubectl delete -f - || true
kustomize build --enable_alpha_plugins | kubectl apply -f - --prune -l prune=true
kustomize build --enable_alpha_plugins --enable_kyaml=false | kubectl apply -f - --prune -l prune=true
kustomize build homeassistant | kubectl apply -f -

0 comments on commit 2c04a11

Please sign in to comment.