- Updated README to lint spec;

This commit is contained in:
Filipe Souza
2024-01-25 09:14:58 -03:00
parent c0e5b9fa66
commit c8ad151018

View File

@@ -1,6 +1,7 @@
# Palworld Helm Chart
Allows you to deploy the usage of [Palworld Server docker](https://github.com/Filipe-Souza/palworld-server-docker) as a helm chart and with helm deployments.
Allows you to deploy the usage of [Palworld Server docker](https://github.com/Filipe-Souza/palworld-server-docker) as
a helm chart and with helm deployments.
This is an advanced method of installation and can be quite difficult to non-technical trying to set it up.
@@ -10,11 +11,13 @@ You will need the [Helm client](https://helm.sh/docs/intro/install/) and a Kuber
## Install the chart
There is no helm package available yet, so you need to clone this repo and setup it manually, or with some GitOps tool like ArgoCD/FluxCD.
There is no helm package available yet, so you need to clone this repo and setup it manually, or with some GitOps tool
like ArgoCD/FluxCD.
After cloning the repository, you can create a new file, e.g.: values.override.yaml to store your custom values.
After copying, modify your values.override.yaml as needed. You can look up the [values summary](VALUES_SUMMARY.md) to see the parameter documentation.
After copying, modify your values.override.yaml as needed. You can look up the [values summary](VALUES_SUMMARY.md) to see the
parameter documentation.
After that, you can apply the chart: