[pre-commit.ci] pre-commit autoupdate #164
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Scenarios | |
on: [pull_request] | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Validate kustomization | |
uses: stefanprodan/kube-tools@v1 | |
with: | |
kubectl: 1.18.9 | |
kustomize: 3.8.4 | |
helm: 2.16.7 | |
helmv3: 3.2.1 | |
kubeseal: 0.12.5 | |
kubeaudit: 0.11.5 | |
command: | | |
echo "Validating kustomize istio-demo scenario..." | |
kustomize build scenarios/istio-demo | kubeval --strict --ignore-missing-schemas | |
echo "Validating kustomize istio-default scenario..." | |
kustomize build scenarios/istio-production | kubeval --strict --ignore-missing-schemas |