You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-charts/sections/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,27 @@
1
1
# Sections
2
2
3
-
This creates values, but sectioned into own section tables if a seciton comment is provided.
3
+
This creates values, but sectioned into own section tables if a section comment is provided.
4
4
5
5
## Values
6
6
7
7
### Some Section
8
+
8
9
| Key | Type | Default | Description |
9
10
|-----|------|---------|-------------|
10
11
| controller.extraVolumes[0].configMap.name | string |`"nginx-ingress-config"`| Uses the name of the configmap created by this chart |
11
12
| controller.persistentVolumeClaims | list | the chart will construct this list internally unless specified | List of persistent volume claims to create. |
12
13
| controller.podLabels | object |`{}`| The labels to be applied to instances of the controller pod |
13
14
14
15
### Special Attention
16
+
15
17
| Key | Type | Default | Description |
16
18
|-----|------|---------|-------------|
17
19
| controller.ingressClass | string |`"nginx"`| You can also specify value comments like this |
18
20
| controller.publishService | object |`{"enabled":false}`| This is a publishService |
19
21
| controller.replicas | int |`nil`| Number of nginx-ingress pods to load balance between |
0 commit comments