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.hostNetwork` | Enables the Ingress Controller pods to use the host's network namespace. | false
156
156
`controller.nginxDebug` | Enables debugging for NGINX. Uses the `nginx-debug` binary. Requires `error-log-level: debug` in the ConfigMap via `controller.config.entries`. | false
157
157
`controller.logLevel` | The log level of the Ingress Controller. | 1
158
+
`controller.image.digest ` | The image digest of the Ingress Controller. | None
158
159
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
159
160
`controller.image.tag` | The tag of the Ingress Controller image. | 2.3.0
160
161
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
Copy file name to clipboardExpand all lines: docs/content/installation/installation-with-helm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
160
160
|``controller.nginxDebug``| Enables debugging for NGINX. Uses the ``nginx-debug`` binary. Requires ``error-log-level: debug`` in the ConfigMap via ``controller.config.entries``. | false |
161
161
|``controller.logLevel``| The log level of the Ingress Controller. | 1 |
162
162
|``controller.image.repository``| The image repository of the Ingress Controller. | nginx/nginx-ingress |
163
+
|``controller.image.digest``| The digest of the Ingress Controller image. Digest has precedence over tag | None |
163
164
|``controller.image.tag``| The tag of the Ingress Controller image. | 2.3.0 |
164
165
|``controller.image.pullPolicy``| The pull policy for the Ingress Controller image. | IfNotPresent |
165
166
|``controller.config.name``| The name of the ConfigMap used by the Ingress Controller. | Autogenerated |
0 commit comments