Skip to content

Commit 4321e8e

Browse files
authored
Update Kubernetes.md (#86)
Add a hint to look in the default values.yaml for inspiration and syntax
1 parent 62858d2 commit 4321e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Installation/Kubernetes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ helm install stirling-pdf stirling-pdf/stirling-pdf-chart --namespace stirling-p
1414

1515
### Override stirling-pdf default values
1616

17-
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).
17+
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).
18+
(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.)
1819
Then, add `-f values.yaml` to the `helm install` command.
1920

2021
### Upgrade the helm chart

0 commit comments

Comments
 (0)