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 a68c198 commit bf129ceCopy full SHA for bf129ce
.circleci/config.yml
@@ -80,10 +80,10 @@ jobs:
80
command: helm dependency update
81
- run:
82
name: Helm install stackstorm-ha chart
83
- command: helm install --timeout 5m0s --debug --wait --name-template stackstorm-ha .
+ command: helm install --timeout 10m0s --debug --wait --name-template stackstorm-ha .
84
85
name: Helm test
86
- command: helm test stackstorm-ha --parallel --cleanup
+ command: helm test stackstorm-ha --cleanup
87
88
when: always
89
name: Show created K8s resources
0 commit comments