-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix: Updated python-helm-demo example to use MinIO instead of GS #4691
base: master
Are you sure you want to change the base?
Conversation
|
||
## First, let's set up a Redis cluster | ||
1. Start minikube (`minikube start`) | ||
2. Use helm to install a default Redis cluster | ||
1. Use helm to install a default Redis cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these numbers all 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
markdown replaces them with the actual sequence:
https://www.markdownguide.org/basic-syntax/#ordered-lists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit
Signed-off-by: Daniele Martinoli <[email protected]>
Co-authored-by: Francisco Arceo <[email protected]> Signed-off-by: Daniele Martinoli <[email protected]>
76448c5
to
46eea4c
Compare
Signed-off-by: Daniele Martinoli <[email protected]>
Signed-off-by: Daniele Martinoli <[email protected]>
What this PR does / why we need it:
Using MinIO instead of GCP storage to have an isolated, reproducible setup with no other external dependencies.
Which issue(s) this PR fixes:
Fixes #4690