Skip to content

Commit a58a692

Browse files
fix typo
1 parent eedfece commit a58a692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/helm-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Upgrade or install if not exists
7474
helm upgrade --install rustlemania-websocket ./helm/rustlemania-websocket \
7575
--namespace default \
76-
--atomic
76+
--atomic \
7777
-f ./helm/rustlemania-websocket/values.yaml
7878
7979
- name: Deploy rustlemania-webtransport
@@ -84,7 +84,7 @@ jobs:
8484
# Upgrade or install if not exists
8585
helm upgrade --install rustlemania-webtransport ./helm/rustlemania-webtransport \
8686
--namespace default \
87-
--atomic
87+
--atomic \
8888
-f ./helm/rustlemania-webtransport/values.yaml
8989
9090
- name: Deploy videocall-website
@@ -95,5 +95,5 @@ jobs:
9595
# Upgrade or install if not exists
9696
helm upgrade --install videocall-website ./helm/videocall-website \
9797
--namespace default \
98-
--atomic
98+
--atomic \
9999
-f ./helm/videocall-website/values.yaml

0 commit comments

Comments
 (0)