Skip to content

Commit

Permalink
kube/minikube: rename hack directory
Browse files Browse the repository at this point in the history
Rename directory name containing scripts to
automate deployment from `hack` to `scripts`.
Update `README.md` accordingly.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Sep 1, 2023
1 parent 97a1917 commit a398a14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ kubectl apply -f api-deployment.yaml

## Cleaning up everything afterwards

To clean up everything simply use the ```clean-all.sh``` script provided in the root of the kube/minikube/hack folder by running
To clean up everything simply use the ```clean-all.sh``` script provided in the root of the kube/minikube/scripts folder by running
```
./clean-all.sh
```

## Deploying all the resources at once

To apply all the resources at once, you can use the ```apply-all.sh``` script provided in the root of the kube/minikube/hack folder by running
To apply all the resources at once, you can use the ```apply-all.sh``` script provided in the root of the kube/minikube/scripts folder by running
```
./apply-all.sh
```
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a398a14

Please sign in to comment.