diff --git a/docs/operator-manual/application.yaml b/docs/operator-manual/application.yaml index 3aabda236df9c..77ae6d0e83aac 100644 --- a/docs/operator-manual/application.yaml +++ b/docs/operator-manual/application.yaml @@ -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: @@ -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