You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user needs to install Pokeshop on Kubernetes with helm, they need to download the entire project and use helm install pointing to local files. This approach can cause problems if the user tries to use automated CD tools like Argo and Flux.
The idea is to allow users to perform a command like: helm install kubeshop/pokeshop to simplify the installation.
The text was updated successfully, but these errors were encountered:
If a user needs to install Pokeshop on Kubernetes with helm, they need to download the entire project and use
helm install
pointing to local files. This approach can cause problems if the user tries to use automated CD tools like Argo and Flux.The idea is to allow users to perform a command like:
helm install kubeshop/pokeshop
to simplify the installation.The text was updated successfully, but these errors were encountered: