Skip to content

Commit 186c4be

Browse files
michaelvlcrenshaw-dev
authored andcommitted
docs: Add skipCrds and ignoreMissingValueFiles to application.yaml example (#11565)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
1 parent e46ae88 commit 186c4be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/operator-manual/application.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ spec:
4545
valueFiles:
4646
- values-prod.yaml
4747

48+
# Ignore locally missing valueFiles when installing Helm chart. Defaults to false
49+
ignoreMissingValueFiles: false
50+
4851
# Values file as block file
4952
values: |
5053
ingress:
@@ -61,6 +64,9 @@ spec:
6164
hosts:
6265
- mydomain.example.com
6366
67+
# Skip custom resource definition installation if chart contains custom resource definitions. Defaults to false
68+
skipCrds: false
69+
6470
# Optional Helm version to template with. If omitted it will fall back to look at the 'apiVersion' in Chart.yaml
6571
# and decide which Helm binary to use automatically. This field can be either 'v2' or 'v3'.
6672
version: v2

0 commit comments

Comments
 (0)