Skip to content

Commit

Permalink
fix(deploy): rename helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro0t-set authored and manuandru committed Jun 3, 2024
1 parent 9ffa531 commit f8bd277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
done

# Install notifications-service
helm install notifications-service kubernetes/helm-chart/mongo-for-operator \
helm install notifications-service-mongo kubernetes/helm-chart/mongo-chart \
--values notifications-service/helm-values/mongo-values.yaml

# Apply notifications.yml and frontend.yml
Expand Down
2 changes: 1 addition & 1 deletion scripts/undeploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash


kubectl delete secrets sh.helm.release.v1.notifications-service-mongo.v1
kubectl delete secrets sh.helm.release.v1.friendships-service-mongo.v1
kubectl delete secrets sh.helm.release.v1.multimedia-service-mongo.v1
kubectl delete secrets sh.helm.release.v1.servers-service-mongo.v1
Expand Down

0 comments on commit f8bd277

Please sign in to comment.