From ff5815a31b98960ac691530bbfa2a9589f8282c3 Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Tue, 2 Sep 2025 15:51:56 +0200 Subject: [PATCH] Update Kubernetes.md Add a hint to look in the default values.yaml for inspiration and syntax --- docs/Installation/Kubernetes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Installation/Kubernetes.md b/docs/Installation/Kubernetes.md index 59a4790a..a7e56659 100644 --- a/docs/Installation/Kubernetes.md +++ b/docs/Installation/Kubernetes.md @@ -14,7 +14,8 @@ helm install stirling-pdf stirling-pdf/stirling-pdf-chart --namespace stirling-p ### Override stirling-pdf default values -Create a `values.yaml` file with the values you want to override from the [documentation](https://github.com/Stirling-Tools/Stirling-PDF-chart/tree/main/charts/stirling-pdf). +Create a `values.yaml` file with the values you want to override from the [documentation](https://github.com/Stirling-Tools/Stirling-PDF-chart/tree/main/charts/stirling-pdf). +(For examples, see the comments in the default [values.yml](https://github.com/Stirling-Tools/Stirling-PDF-chart/blob/main/charts/stirling-pdf/values.yaml) file.) Then, add `-f values.yaml` to the `helm install` command. ### Upgrade the helm chart