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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Example environment can be created with
34
34
make example
35
35
```
36
36
37
-
Please see [controller.md](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/controller.md) for all available arguments of controler image.
37
+
Please see [controller.md](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/controller.md) for all available arguments of controller image.
38
38
39
39
Available customisations are described in [doc](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/README.md)
Copy file name to clipboardExpand all lines: pkg/utils/flags.go
+1
Original file line number
Diff line number
Diff line change
@@ -107,4 +107,5 @@ type OSArgs struct {
107
107
PrometheusEnabledbool`long:"prometheus" description:"enable prometheus of IC data"`
108
108
DisableHTTPbool`long:"disable-http" description:"toggle to disable the HTTP frontend"`
109
109
DisableIPV6bool`long:"disable-ipv6" description:"toggle to disable the IPv6 protocol from all frontends"`
110
+
DisableConfigSnippetsstring`long:"disable-config-snippets" description:"Allow to disable config snippets. List of comma separated values (possible values: all/global/backend/frontend)"`
0 commit comments