@@ -108,7 +108,7 @@ The command removes all the Kubernetes components associated with the chart and
108108## Configuration
109109
110110| Parameter | Description | Default |
111- | :--------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
111+ | :--------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------- |
112112| ` image.repository ` | The image repository to pull from | coredns/coredns |
113113| ` image.tag ` | The image tag to pull from (derived from Chart.yaml) | `` |
114114| ` image.pullPolicy ` | Image pull policy | IfNotPresent |
@@ -140,6 +140,7 @@ The command removes all the Kubernetes components associated with the chart and
140140| ` serviceAccount.name ` | If not set & create is true, use template fullname | |
141141| ` rbac.create ` | If true, create & use RBAC resources | true |
142142| ` rbac.pspEnable ` | Specifies whether a PodSecurityPolicy should be created. | ` false ` |
143+ | ` rbac.multiclusterEnable ` | Specifies whether the kubernetes plugin multicluster RBAC should be created. | ` false ` |
143144| ` isClusterService ` | Specifies whether chart should be deployed as cluster-service or normal k8s app. | true |
144145| ` priorityClassName ` | Name of Priority Class to assign pods | ` "" ` |
145146| ` securityContext ` | securityContext definition for pods | capabilities.add.NET_BIND_SERVICE |
@@ -164,7 +165,7 @@ The command removes all the Kubernetes components associated with the chart and
164165| ` extraVolumes ` | Optional array of volumes to create | [ ] |
165166| ` extraVolumeMounts ` | Optional array of volumes to mount inside the CoreDNS container | [ ] |
166167| ` extraSecrets ` | Optional array of secrets to mount inside the CoreDNS container | [ ] |
167- | ` env ` | Optional array of environment variables for CoreDNS container | [ ] |
168+ | ` env ` | Optional array of environment variables for CoreDNS container | [ ] |
168169| ` customLabels ` | Optional labels for Deployment(s), Pod, Service, ServiceMonitor objects | {} |
169170| ` customAnnotations ` | Optional annotations for Deployment(s), Pod, Service, ServiceMonitor objects |
170171| ` rollingUpdate.maxUnavailable ` | Maximum number of unavailable replicas during rolling update | ` 1 ` |
0 commit comments