We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbafbe commit f31b44dCopy full SHA for f31b44d
docs/operator-manual/application.yaml
@@ -45,6 +45,9 @@ spec:
45
valueFiles:
46
- values-prod.yaml
47
48
+ # Ignore locally missing valueFiles when installing Helm chart. Defaults to false
49
+ ignoreMissingValueFiles: false
50
+
51
# Values file as block file
52
values: |
53
ingress:
@@ -61,6 +64,9 @@ spec:
61
64
hosts:
62
65
- mydomain.example.com
63
66
67
+ # Skip custom resource definition installation if chart contains custom resource definitions. Defaults to false
68
+ skipCrds: false
69
70
# Optional Helm version to template with. If omitted it will fall back to look at the 'apiVersion' in Chart.yaml
71
# and decide which Helm binary to use automatically. This field can be either 'v2' or 'v3'.
72
version: v2
0 commit comments