DMVP-5592: fix alb ingress controller policy, karpenter config extend with deepmerge, karpenter storage default size to 100Gi and comments/docs #282
Workflow file for this run
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: Tflint | |
on: | |
pull_request: | |
push: | |
branches: [main, master] | |
jobs: | |
tflint-check: | |
runs-on: ubuntu-latest | |
permissions: {} | |
strategy: | |
matrix: | |
path: | |
- ./ | |
steps: | |
- uses: dasmeta/reusable-actions-workflows/[email protected] | |
with: | |
path: ${{ matrix.path }} | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
continue-on-error: true |