We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a086700 commit 767895aCopy full SHA for 767895a
.github/workflows/helm.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: helm/chart-testing-action@v2.7.0
27
28
- name: Lint
29
- run: ct lint --charts charts/seq --set firstRunNoAuthentication=true
+ run: "ct lint --charts charts/seq --helm-lint-extra-args '--set firstRunNoAuthentication=true'"
30
31
- name: Create Cluster
32
uses: helm/kind-action@v1.2.0
33
34
- name: Install
35
- run: ct install --charts charts/seq --set firstRunNoAuthentication=true
+ run: "ct install --charts charts/seq --helm-extra-args '--set firstRunNoAuthentication=true'"
0 commit comments