We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf66ab commit 669e83fCopy full SHA for 669e83f
.circleci/config.yml
@@ -39,7 +39,7 @@ jobs:
39
command: helm dependency update
40
- run:
41
name: Helm install stackstorm-ha chart
42
- command: helm install --timeout 20m0s --debug --wait --name-template stackstorm-ha .
+ command: helm install --timeout 15m0s --debug --wait --name-template stackstorm-ha .
43
44
name: Helm test
45
command: helm test stackstorm-ha
.github/workflows/e2e.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Helm install
48
run: |
49
- helm install --timeout 20m0s --debug --wait \
+ helm install --timeout 15m0s --debug --wait \
50
--name-template stackstorm-ha .
51
52
- name: Helm test
0 commit comments