Skip to content

Commit

Permalink
Revert "add local helm schema validation" (#5528)
Browse files Browse the repository at this point in the history
Revert "add local helm schema validation (#5493)"

This reverts commit 533ef48.
  • Loading branch information
oseoin authored May 9, 2024
1 parent 0b74cef commit 1e8e309
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 18,042 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,14 @@ 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: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 1e8e309

Please sign in to comment.