We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7c835 commit 3d24b08Copy full SHA for 3d24b08
.github/workflows/lint-test-chart.yaml
@@ -38,8 +38,8 @@ jobs:
38
run: |
39
set -euo pipefail
40
41
- helm plugin install https://github.com/losisin/helm-values-schema-json.git
42
- helm plugin install https://github.com/helm-unittest/helm-unittest.git
+ helm plugin --verify=false install https://github.com/losisin/helm-values-schema-json.git
+ helm plugin --verify=false install https://github.com/helm-unittest/helm-unittest.git
43
44
- name: Run Helm Schema check
45
working-directory: charts/external-dns
0 commit comments