Version: Next
Deploy Helm Charts
KubeVela's Helm component meets the needs of users to connect to Helm Chart. You can deploy any ready-made Helm chart software package from Helm Repo, Git Repo or OSS bucket through the Helm component, and overwrite its parameters.
#
Deploy From Helm RepoIn this Application
, we hope to deliver a component called redis-comp. It is a chart from the bitnami.
Please copy the above code block and deploy it directly to the runtime cluster:
Finally, we use vela ls
to view the application status after successful delivery:
We also see that the PHASE of the app-delivering-chart APP is running and the STATUS is healthy.
#
Deploy From OSS bucket- (Optional) If your OSS bucket needs identity verification, create a Secret:
- Example