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 f51a839 commit bfb8c18Copy full SHA for bfb8c18
.circleci/config.yml
@@ -82,7 +82,7 @@ jobs:
82
command: helm dependency update
83
- run:
84
name: Helm install stackstorm-ha chart
85
- command: helm install --timeout 15m0s --debug --wait --name-template stackstorm-ha .
+ command: helm install --timeout 600 --debug --wait --name-template stackstorm-ha .
86
87
# once https://github.com/helm/community/pull/165 is merged we will need to add the parallelism flag back into the
88
# below command
0 commit comments