Skip to content

Commit d5a04c6

Browse files
authored
Added qa as environment option (#19)
1 parent f9e3d94 commit d5a04c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/deploy/helmfile.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environments:
33
staging:
44
production:
55
dev:
6+
qa:
67
qa1:
78
qa2:
89
qa3:
@@ -12,4 +13,4 @@ environments:
1213
helmfiles:
1314
- path: {{ requiredEnv "APPLICATION_HELMFILE" }}
1415
values:
15-
- /tmp/platform.yaml
16+
- /tmp/platform.yaml

0 commit comments

Comments
 (0)