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
|`manager.image.repository`| Specifies the docker registry and image name to use. |`graviteeio/kubernetes-operator`|
60
-
|`manager.image.tag`| Specifies the docker image tag to use. If no value is set, the chart version will be used. |`""`|
61
-
|`manager.image.pullPolicy`| Specifies the pullPolicy to use when starting a new container |`IfNotPresent`|
62
-
|`manager.logs.json`| Whether to output manager logs in JSON format. |`true`|
63
-
|`manager.configMap.name`| The name of the config map used to set the manager config from this values. |`gko-config`|
64
-
|`manager.resources.limits.cpu`| The CPU resources limits for the GKO Manager container |`500m`|
65
-
|`manager.resources.limits.memory`| The memory resources limits for the GKO Manager container |`128Mi`|
66
-
|`manager.resources.requests.cpu`| The requested CPU for the GKO Manager container |`5m`|
67
-
|`manager.resources.requests.memory`| The requested memory for the GKO Manager container |`64Mi`|
68
-
|`manager.scope.cluster`| Use false to listen only in the release namespace. |`true`|
69
-
|`manager.applyCRDs`| 👎 This feature is deprecated and will be replaced in a future release. If true, the manager will patch Custom Resource Definitions on startup. |`true`|
70
-
|`manager.metrics.enabled`| If true, a metrics server will be created so that metrics can be scraped using prometheus. |`true`|
71
-
|`manager.httpClient.insecureSkipCertVerify`| If true, the manager HTTP client will not verify the certificate used by the Management API. |`false`|
72
-
|`manager.httpClient.timeoutSeconds`| he timeout (in seconds) used when issuing request to the Management API. |`5`|
73
-
|`manager.webhook.enabled`| If true, the manager will register a webhook server operating on custom resources. |`true`|
74
-
|`manager.webhook.service.name`| The service used to expose the webhook server. |`gko-webhook`|
75
-
|`manager.webhook.service.port`| Which port the webhook server will listen to. |`9443`|
76
-
|`manager.webhook.cert.create`| If true, a secret will be created to store the webhook server certificate. |`true`|
77
-
|`manager.webhook.cert.secret.name`| The name of the secret storing the webhook server certificate. |`gko-webhook-cert`|
|`manager.image.repository`| Specifies the docker registry and image name to use. |`graviteeio/kubernetes-operator`|
60
+
|`manager.image.tag`| Specifies the docker image tag to use. If no value is set, the chart version will be used. |`""`|
61
+
|`manager.image.pullPolicy`| Specifies the pullPolicy to use when starting a new container |`IfNotPresent`|
62
+
|`manager.logs.json`| Whether to output manager logs in JSON format. |`true`|
63
+
|`manager.configMap.name`| The name of the config map used to set the manager config from this values. |`gko-config`|
64
+
|`manager.resources.limits.cpu`| The CPU resources limits for the GKO Manager container |`500m`|
65
+
|`manager.resources.limits.memory`| The memory resources limits for the GKO Manager container |`128Mi`|
66
+
|`manager.resources.requests.cpu`| The requested CPU for the GKO Manager container |`5m`|
67
+
|`manager.resources.requests.memory`| The requested memory for the GKO Manager container |`64Mi`|
68
+
|`manager.scope.cluster`| Use false to listen only in the release namespace. |`true`|
69
+
|`manager.applyCRDs`| 👎 This feature is deprecated and will be replaced in a future release. If true, the manager will patch Custom Resource Definitions on startup. |`true`|
70
+
|`manager.metrics.enabled`| If true, a metrics server will be created so that metrics can be scraped using prometheus. |`true`|
71
+
|`manager.httpClient.insecureSkipCertVerify`| If true, the manager HTTP client will not verify the certificate used by the Management API. |`false`|
72
+
|`manager.httpClient.timeoutSeconds`| he timeout (in seconds) used when issuing request to the Management API. |`5`|
73
+
|`manager.webhook.enabled`| If true, the manager will register a webhook server operating on custom resources. |`true`|
74
+
|`manager.webhook.service.name`| The service used to expose the webhook server. |`gko-webhook`|
75
+
|`manager.webhook.service.port`| Which port the webhook server will listen to. |`9443`|
76
+
|`manager.webhook.cert.create`| If true, a secret will be created to store the webhook server certificate. |`true`|
77
+
|`manager.webhook.cert.secret.name`| The name of the secret storing the webhook server certificate. |`gko-webhook-cert`|
78
+
|`manager.webhook.admission.checkApiContextPathConflictInCluster`| check if the same API context path exists in the whole cluster. |`false`|
0 commit comments