Various Helm charts for my own and other projects.
Helm must be installed to use these charts. Please refer to the official documentation to get started.
helm repo add skm https://charts.sagikazarmark.devYou can then see the charts by running:
helm search repo skmYou can install charts using the following command:
helm install --generate-name skm/CHART
# OR
helm install --name my-release skm/CHARTTip: List all installed releases using
helm list.
To uninstall a chart release:
helm delete my-releaseThe project is licensed under the MIT License.