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 996959f commit bc28a40Copy full SHA for bc28a40
.github/workflows/helm.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: helm/[email protected]
27
28
- name: Lint
29
- run: ct lint --charts charts/seq
+ run: ct lint --charts charts/seq --helm-extra-args "--set firstRunNoAuthentication=true"
30
31
- name: Create Cluster
32
33
34
- name: Install
35
- run: ct install --charts charts/seq
+ run: ct install --charts charts/seq --helm-extra-args "--set firstRunNoAuthentication=true"
0 commit comments