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
This creates values, but sectioned into own section tables if a section comment is provided.
4
+
5
+
## Values
6
+
7
+
### Some Section
8
+
9
+
| Key | Type | Default | Description |
10
+
|-----|------|---------|-------------|
11
+
| controller.extraVolumes[0].configMap.name | string |`"nginx-ingress-config"`| Uses the name of the configmap created by this chart |
12
+
| controller.persistentVolumeClaims | list | the chart will construct this list internally unless specified | List of persistent volume claims to create. |
13
+
| controller.podLabels | object |`{}`| The labels to be applied to instances of the controller pod |
14
+
15
+
### Special Attention
16
+
17
+
| Key | Type | Default | Description |
18
+
|-----|------|---------|-------------|
19
+
| controller.ingressClass | string |`"nginx"`| You can also specify value comments like this |
20
+
| controller.publishService | object |`{"enabled":false}`| This is a publishService |
21
+
| controller.replicas | int |`nil`| Number of nginx-ingress pods to load balance between |
| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string |`"stupidchess.jmn23.com"`| Hostname to be assigned to the ELB for the service |
0 commit comments