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