Skip to content

Commit 3ef8a94

Browse files
authored
Revert "add local helm schema validation (#5493)"
This reverts commit 533ef48.
1 parent 08e3086 commit 3ef8a94

File tree

4 files changed

+49
-18042
lines changed

4 files changed

+49
-18042
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,14 @@ jobs:
371371
run: >
372372
helm install
373373
${{ matrix.type }}
374-
${{ github.workspace }}/charts/nginx-ingress
374+
.
375375
--set controller.image.repository=${{ matrix.image }}
376376
--set controller.image.tag=${{ matrix.tag }}
377377
--set controller.service.type=NodePort
378378
--set controller.nginxplus=${{ contains(matrix.type, 'plus') && 'true' || 'false' }}
379379
--set controller.telemetryReporting.enable=false
380380
--wait
381+
working-directory: ${{ github.workspace }}/charts/nginx-ingress
381382

382383
- name: Expose Test Ingresses
383384
run: |

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repos:
1313
exclude: ^(charts/nginx-ingress/templates)
1414
- id: check-ast
1515
- id: check-added-large-files
16-
exclude: _definitions.json
1716
- id: check-merge-conflict
1817
- id: check-shebang-scripts-are-executable
1918
- id: check-executables-have-shebangs

0 commit comments

Comments
 (0)