Skip to content

Commit

Permalink
add local helm schema validation (#5493)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed May 3, 2024
1 parent dab55e3 commit 533ef48
Show file tree
Hide file tree
Showing 4 changed files with 18,042 additions and 49 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,13 @@ jobs:
run: >
helm install
${{ matrix.type }}
.
${{ github.workspace }}/charts/nginx-ingress
--set controller.image.repository=${{ matrix.image }}
--set controller.image.tag=${{ matrix.tag }}
--set controller.service.type=NodePort
--set controller.nginxplus=${{ contains(matrix.type, 'plus') && 'true' || 'false' }}
--set controller.telemetryReporting.enable=false
--wait
working-directory: ${{ github.workspace }}/charts/nginx-ingress
- name: Expose Test Ingresses
run: |
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
exclude: ^(charts/nginx-ingress/templates)
- id: check-ast
- id: check-added-large-files
exclude: _definitions.json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-executables-have-shebangs
Expand Down
Loading

0 comments on commit 533ef48

Please sign in to comment.