Skip to content

Commit

Permalink
docs: Add skipCrds and ignoreMissingValueFiles to application.yaml ex…
Browse files Browse the repository at this point in the history
…ample (#11565)
  • Loading branch information
michaelvl committed Dec 6, 2022
1 parent 507bd9d commit 2e9f573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/operator-manual/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ spec:
valueFiles:
- values-prod.yaml

# Ignore locally missing valueFiles when installing Helm chart. Defaults to false
ignoreMissingValueFiles: false

# Values file as block file
values: |
ingress:
Expand All @@ -61,6 +64,9 @@ spec:
hosts:
- mydomain.example.com
# Skip custom resource definition installation if chart contains custom resource definitions. Defaults to false
skipCrds: false

# Optional Helm version to template with. If omitted it will fall back to look at the 'apiVersion' in Chart.yaml
# and decide which Helm binary to use automatically. This field can be either 'v2' or 'v3'.
version: v2
Expand Down

0 comments on commit 2e9f573

Please sign in to comment.