We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc28a40 commit a086700Copy full SHA for a086700
.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 --helm-extra-args "--set firstRunNoAuthentication=true"
+ run: ct lint --charts charts/seq --set firstRunNoAuthentication=true
30
31
- name: Create Cluster
32
33
34
- name: Install
35
- run: ct install --charts charts/seq --helm-extra-args "--set firstRunNoAuthentication=true"
+ run: ct install --charts charts/seq --set firstRunNoAuthentication=true
0 commit comments