Skip to content

Commit adc3ad8

Browse files
committed
Remove chart pre-commit till after merged properly
1 parent 1e65091 commit adc3ad8

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,4 @@ repos:
4242
#args: [
4343
# Don't require docstrings for tests
4444
#'--match=(?!test|alembic|scripts).*\.py',
45-
#]
46-
- repo: local
47-
hooks:
48-
- id: helm-chart-lint
49-
name: Helm chart lint
50-
language: docker_image
51-
entry: quay.io/helmpack/chart-testing:v3.7.1
52-
args:
53-
- bash
54-
- -c
55-
- >-
56-
export HELM_CONFIG_HOME=/tmp/helm &&
57-
export HELM_DATA_HOME=/tmp/helm &&
58-
export HELM_CACHE_HOME=/tmp/helm &&
59-
ct lint --config /src/.github/ct.yaml
60-
pass_filenames: false
61-
files: ^helm-chart/
45+
#]

0 commit comments

Comments
 (0)