Skip to content

Commit c350333

Browse files
committed
Fix yaml indentation
1 parent 37b87d6 commit c350333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
- run:
8787
name: Helm test
8888
command: helm test stackstorm-ha
89-
- run:
90-
name: Helm upgrade with RBAC enabled
91-
command: helm upgrade --set st2.rbac.enabled=true --wait stackstorm-ha .
89+
- run:
90+
name: Helm upgrade with RBAC enabled
91+
command: helm upgrade --set st2.rbac.enabled=true --wait stackstorm-ha .
9292
- run:
9393
name: Helm test with RBAC enabled
9494
command: helm test stackstorm-ha

0 commit comments

Comments
 (0)