@@ -110,7 +110,7 @@ The command removes all the Kubernetes components associated with the chart and
110110| Parameter | Description | Default |
111111| :--------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
112112| ` image.repository ` | The image repository to pull from | coredns/coredns |
113- | ` image.tag ` | The image tag to pull from (derived from Chart.yaml) | `` |
113+ | ` image.tag ` | The image tag to pull from (derived from Chart.yaml) | `` |
114114| ` image.pullPolicy ` | Image pull policy | IfNotPresent |
115115| ` image.pullSecrets ` | Specify container image pull secrets | ` [] ` |
116116| ` replicaCount ` | Number of replicas | 1 |
@@ -143,6 +143,7 @@ The command removes all the Kubernetes components associated with the chart and
143143| ` isClusterService ` | Specifies whether chart should be deployed as cluster-service or normal k8s app. | true |
144144| ` priorityClassName ` | Name of Priority Class to assign pods | ` "" ` |
145145| ` securityContext ` | securityContext definition for pods | capabilities.add.NET_BIND_SERVICE |
146+ | ` hostUsers ` | Specifies whether to use usernamespaces or not | true |
146147| ` servers ` | Configuration for CoreDNS and plugins | See values.yml |
147148| ` livenessProbe.enabled ` | Enable/disable the Liveness probe | ` true ` |
148149| ` livenessProbe.initialDelaySeconds ` | Delay before liveness probe is initiated | ` 60 ` |
@@ -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