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 (argoproj#11565)

Signed-off-by: emirot <emirot.nolan@gmail.com>
  • Loading branch information
michaelvl authored and emirot committed Jan 27, 2023
1 parent bdbafbe commit f31b44d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/operator-manual/application.yaml
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 f31b44d

Please sign in to comment.