Skip to content

Commit

Permalink
Upgrade k8s-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed Nov 7, 2023
1 parent cb6c33b commit 8ff7b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: envsubst < $GITHUB_WORKSPACE/k8s/secret.properties.template > $GITHUB_WORKSPACE/k8s/secret.properties
- name: Kustomize
run: kustomize build k8s > /tmp/kustomized.yaml
- uses: azure/k8s-lint@v1
- uses: azure/k8s-lint@v2.0
with:
manifests: |
/tmp/kustomized.yaml

0 comments on commit 8ff7b00

Please sign in to comment.