Skip to content

docs: update versioning requirements #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ from this repo. We will host the helm chart soon for you.

### Play with Minikube:

** NOTE: The below steps require at least minikube version v1.30.1 and yq (https://github.com/mikefarah/yq/) version v4.34.1. **

For minikube, run:

```shell
Expand Down Expand Up @@ -137,8 +139,8 @@ eval $(minikube docker-env)
kubectl port-forward service/wrongsecrets-balancer 3000:3000

```
or use `build-and-deploy-minikube.sh` to do all of the above in one script.

or use `build-and-deploy-minikube.sh` to do all of the above in one script.

### Play with AWS EKS:

Expand Down