-
Notifications
You must be signed in to change notification settings - Fork 8
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
try to install directly from git repo #6
Comments
If you want to install the Helm chart from the repo, you'll need to download the linked packages. The dependencies are linked in the Chart.yaml file, which you can download by following this URL: |
cd prefect-server-k8
helm3 dependency update
helm3 dependency update prefect-ui/
helm3 dependency list prefect-ui/
can help to advice if the command is correct ? |
after executing : helm3 package prefect-ui/ -d ./charts inside refect-server-k8 folder,
Error: found in Chart.yaml, but missing in charts/ directory: postgresql-ha, minio
The text was updated successfully, but these errors were encountered: