Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 21, 2023
1 parent dc2c812 commit 1617f90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
./charts/loop
./charts/kafka-connect
./charts/galoy-deps
./charts/galoy
# ./charts/galoy
# ./charts/monitoring
)
for dir in "${charts[@]}"; do
Expand Down
Empty file.
5 changes: 0 additions & 5 deletions reset-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ kubectl delete configmaps --all && \
kubectl delete secrets --all && \
kubectl delete kafka --all && \
kubectl delete KafkaConnect --all && \
kubectl delete ServiceAccount --all && \
kubectl delete clusterrole --all && \
kubectl delete clusterrolebinding --all && \
kubectl delete ServiceAccount --all && \
kubectl delete crd --all && \
kubectl delete ingressclass --all && \
kubectl delete ingress --all && \
kubectl delete pvc --all && \
Expand Down

0 comments on commit 1617f90

Please sign in to comment.