Skip to content

Commit bc28a40

Browse files
committed
Opt out of authentication when linting the chart
1 parent 996959f commit bc28a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: helm/[email protected]
2727

2828
- name: Lint
29-
run: ct lint --charts charts/seq
29+
run: ct lint --charts charts/seq --helm-extra-args "--set firstRunNoAuthentication=true"
3030

3131
- name: Create Cluster
3232
uses: helm/[email protected]
3333

3434
- name: Install
35-
run: ct install --charts charts/seq
35+
run: ct install --charts charts/seq --helm-extra-args "--set firstRunNoAuthentication=true"

0 commit comments

Comments
 (0)