Update README.md

This commit is contained in:
Thijs van Loef
2024-01-25 13:38:51 +01:00
committed by GitHub
parent c8ad151018
commit 52c2a29502

View File

@@ -16,8 +16,8 @@ like ArgoCD/FluxCD.
After cloning the repository, you can create a new file, e.g.: values.override.yaml to store your custom values. 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 After copying, modify your values.override.yaml as needed. You can look up the
parameter documentation. [values summary](VALUES_SUMMARY.md) to see the parameter documentation.
After that, you can apply the chart: After that, you can apply the chart:
@@ -30,6 +30,3 @@ You can remove all the resources created (except the PVC) with the following com
```bash ```bash
helm uninstall -n palworld palworld helm uninstall -n palworld palworld
``` ```