|
| 1 | +# full-template |
| 2 | + |
| 3 | +## `chart.deprecationWarning` |
| 4 | + |
| 5 | +> **:exclamation: This Helm Chart is deprecated!** |
| 6 | +
|
| 7 | +## `chart.description` |
| 8 | + |
| 9 | +A chart for showing every README-element |
| 10 | + |
| 11 | +## `chart.version` |
| 12 | + |
| 13 | +1.0.0 |
| 14 | + |
| 15 | +## `chart.versionLine` |
| 16 | + |
| 17 | +Current chart version is `1.0.0` |
| 18 | + |
| 19 | +## `chart.versionBadge` |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +## `chart.type` |
| 24 | + |
| 25 | +application |
| 26 | + |
| 27 | +## `chart.typeLine` |
| 28 | + |
| 29 | +Current chart type is `application` |
| 30 | + |
| 31 | +## `chart.typeBadge` |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +## `chart.appVersion` |
| 36 | + |
| 37 | +13.0.0 |
| 38 | + |
| 39 | +## `chart.appVersionLine` |
| 40 | + |
| 41 | +Current chart appVersion is `13.0.0` |
| 42 | + |
| 43 | +## `chart.appVersionBadge` |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +## `chart.homepage` |
| 48 | + |
| 49 | +https://github.com/norwoodj/helm-docs/tree/master/example-charts/full-template |
| 50 | + |
| 51 | +## `chart.homepageLine` |
| 52 | + |
| 53 | +**Homepage:** <https://github.com/norwoodj/helm-docs/tree/master/example-charts/full-template> |
| 54 | + |
| 55 | +## `chart.maintainersHeader` |
| 56 | + |
| 57 | +## Maintainers |
| 58 | + |
| 59 | +## `chart.maintainersTable` |
| 60 | + |
| 61 | +| Name | Email | Url | |
| 62 | +| ---- | ------ | --- | |
| 63 | +| John Norwood | [email protected] | | |
| 64 | + |
| 65 | +## `chart.maintainersSection` |
| 66 | + |
| 67 | +## Maintainers |
| 68 | + |
| 69 | +| Name | Email | Url | |
| 70 | +| ---- | ------ | --- | |
| 71 | +| John Norwood | [email protected] | | |
| 72 | + |
| 73 | +## `chart.sourcesHeader` |
| 74 | + |
| 75 | +## Source Code |
| 76 | + |
| 77 | +## `chart.sourcesList` |
| 78 | + |
| 79 | + |
| 80 | +* <https://github.com/norwoodj/helm-docs/tree/master/example-charts/full-template> |
| 81 | + |
| 82 | +## `chart.sourcesSection` |
| 83 | + |
| 84 | +## Source Code |
| 85 | + |
| 86 | +* <https://github.com/norwoodj/helm-docs/tree/master/example-charts/full-template> |
| 87 | + |
| 88 | +## `chart.kubeVersion` |
| 89 | + |
| 90 | +<=1.18 |
| 91 | + |
| 92 | +## `chart.kubeVersionLine` |
| 93 | + |
| 94 | +Kubernetes: `<=1.18` |
| 95 | + |
| 96 | +## `chart.requirementsHeader` |
| 97 | + |
| 98 | +## Requirements |
| 99 | + |
| 100 | +## `chart.requirementsTable` |
| 101 | + |
| 102 | +| Repository | Name | Version | |
| 103 | +|------------|------|---------| |
| 104 | +| @stable | nginx-ingress | 0.22.1 | |
| 105 | + |
| 106 | +## `chart.requirementsSection` |
| 107 | + |
| 108 | +## Requirements |
| 109 | + |
| 110 | +Kubernetes: `<=1.18` |
| 111 | + |
| 112 | +| Repository | Name | Version | |
| 113 | +|------------|------|---------| |
| 114 | +| @stable | nginx-ingress | 0.22.1 | |
| 115 | + |
| 116 | +## `chart.valuesHeader` |
| 117 | + |
| 118 | +## Values |
| 119 | + |
| 120 | +## `chart.valuesTable` |
| 121 | + |
| 122 | +| Key | Type | Default | Description | |
| 123 | +|-----|------|---------|-------------| |
| 124 | +| controller.extraVolumes[0].configMap.name | string | `"nginx-ingress-config"` | Uses the name of the configmap created by this chart | |
| 125 | +| controller.extraVolumes[0].name | string | `"config-volume"` | | |
| 126 | +| controller.image.repository | string | `"nginx-ingress-controller"` | | |
| 127 | +| controller.image.tag | string | `"18.0831"` | | |
| 128 | +| controller.ingressClass | string | `"nginx"` | Name of the ingress class to route through this controller | |
| 129 | +| controller.name | string | `"controller"` | | |
| 130 | +| controller.persistentVolumeClaims | list | the chart will construct this list internally unless specified | List of persistent volume claims to create. For very long comments, break them into multiple lines. | |
| 131 | +| controller.podLabels | object | `{}` | The labels to be applied to instances of the controller pod | |
| 132 | +| controller.publishService.enabled | bool | `false` | Whether to expose the ingress controller to the public world | |
| 133 | +| controller.replicas | int | `nil` | Number of nginx-ingress pods to load balance between | |
| 134 | +| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service | |
| 135 | +| controller.service.type | string | `"LoadBalancer"` | | |
| 136 | + |
| 137 | +## `chart.valuesSection` |
| 138 | + |
| 139 | +## Values |
| 140 | + |
| 141 | +| Key | Type | Default | Description | |
| 142 | +|-----|------|---------|-------------| |
| 143 | +| controller.extraVolumes[0].configMap.name | string | `"nginx-ingress-config"` | Uses the name of the configmap created by this chart | |
| 144 | +| controller.extraVolumes[0].name | string | `"config-volume"` | | |
| 145 | +| controller.image.repository | string | `"nginx-ingress-controller"` | | |
| 146 | +| controller.image.tag | string | `"18.0831"` | | |
| 147 | +| controller.ingressClass | string | `"nginx"` | Name of the ingress class to route through this controller | |
| 148 | +| controller.name | string | `"controller"` | | |
| 149 | +| controller.persistentVolumeClaims | list | the chart will construct this list internally unless specified | List of persistent volume claims to create. For very long comments, break them into multiple lines. | |
| 150 | +| controller.podLabels | object | `{}` | The labels to be applied to instances of the controller pod | |
| 151 | +| controller.publishService.enabled | bool | `false` | Whether to expose the ingress controller to the public world | |
| 152 | +| controller.replicas | int | `nil` | Number of nginx-ingress pods to load balance between | |
| 153 | +| controller.service.annotations."external-dns.alpha.kubernetes.io/hostname" | string | `"stupidchess.jmn23.com"` | Hostname to be assigned to the ELB for the service | |
| 154 | +| controller.service.type | string | `"LoadBalancer"` | | |
0 commit comments