Using Helm to Install and Edit
Using helm to install, edit and delete utopia using charts
Once you have your helm chart ready you are set for installation.
Navigate in your terminal to the utopia folder. Once in this folder you can run the following command
This will kick off the installation and you can sit back and watch it provision. If you are unsure what to watch, please visit Cluster Craft to get some ideas on kubernetes dashboards.
You can install it in a specific namespace using the following command
or
If you have made changes in your values.yaml file, simply overwrite the values.yaml file in the utopia folder with your new file. you can then run:
This will implement the changes, please note that making changes to the Database PV settings and Storage classes may cause issues. If you would like to remove Utopia you can run:
Last updated