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
`controller.nginxDebug` | Enables debugging for NGINX. Uses the `nginx-debug` binary. Requires `error-log-level: debug` in the ConfigMap via `controller.config.entries`. | false
127
127
`controller.logLevel`| The log level of the Ingress Controller. | 1
128
128
`controller.image.repository`| The image repository of the Ingress Controller. | nginx/nginx-ingress
129
-
`controller.image.tag`| The tag of the Ingress Controller image. | 2.2.0
129
+
`controller.image.tag`| The tag of the Ingress Controller image. | 2.4.1
130
130
`controller.image.pullPolicy`| The pull policy for the Ingress Controller image. | IfNotPresent
131
131
`controller.config.name`| The name of the ConfigMap used by the Ingress Controller. | Autogenerated
132
132
`controller.config.annotations`| The annotations of the Ingress Controller configmap. | {}
`controller.replicaCount` | The number of replicas of the Ingress Controller deployment. | 1
185
185
`controller.ingressClass` | A class of the Ingress Controller. An IngressClass resource with the name equal to the class must be deployed. Otherwise, the Ingress Controller will fail to start. The Ingress Controller only processes resources that belong to its class - i.e. have the "ingressClassName" field resource equal to the class. The Ingress Controller processes all the VirtualServer/VirtualServerRoute/TransportServer resources that do not have the "ingressClassName" field for all versions of kubernetes. | nginx
186
186
`controller.setAsDefaultIngress` | New Ingresses without an `"ingressClassName"` field specified will be assigned the class specified in `controller.ingressClass`. | false
187
-
`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. | ""
187
+
`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. Please note that if configuring multiple namespaces using the Helm cli `--set` option, the string needs to wrapped in double quotes and the commas escaped using a backslash - e.g. `--set controller.watchNamespace="default\,nginx-ingress"`. | ""
188
188
`controller.enableCustomResources` | Enable the custom resources. | true
189
189
`controller.enablePreviewPolicies` | Enable preview policies. This parameter is deprecated. To enable OIDC Policies please use `controller.enableOIDC` instead. | false
0 commit comments