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
|`controllerManager.kubeRbacProxy.image.repository`| Sets the image for the kube-rbac-proxy. |`gcr.io/kubebuilder/kube-rbac-proxy`|
163
-
|`controllerManager.kubeRbacProxy.image.tag`| Sets the version tag for the kube-rbac-proxy. |`v0.14.1`|
164
-
|`controllerManager.kubeRbacProxy.resources.limits.cpu`| Sets cpu resource limits for kube-rbac-proxy. |`500m`|
165
-
|`controllerManager.kubeRbacProxy.resources.limits.memory`| Sets memory resource limits for kube-rbac-proxy. |`128Mi`|
166
-
|`controllerManager.kubeRbacProxy.resources.requests.cpu`| Sets cpu resource requests for kube-rbac-proxy. |`5m`|
167
-
|`controllerManager.kubeRbacProxy.resources.requests.memory`| Sets memory resource requests for kube-rbac-proxy. |`64Mi`|
168
-
|`controllerManager.manager.image.repository`| Sets the image for the operator. |`ghcr.io/open-feature/open-feature-operator`|
169
-
|`controllerManager.manager.image.tag`| Sets the version tag for the operator. |`v0.5.6`|
170
-
|`controllerManager.manager.resources.limits.cpu`| Sets cpu resource limits for operator. |`500m`|
171
-
|`controllerManager.manager.resources.limits.memory`| Sets memory resource limits for operator. |`128Mi`|
172
-
|`controllerManager.manager.resources.requests.cpu`| Sets cpu resource requests for operator. |`10m`|
173
-
|`controllerManager.manager.resources.requests.memory`| Sets memory resource requests for operator. |`64Mi`|
174
-
|`controllerManager.replicas`| Sets number of replicas of the OpenFeature operator pod. |`1`|
175
-
|`managerConfig.flagsValidatonEnabled`| Enables the validating webhook for FeatureFlag CR. |`true`|
176
-
|`managerConfig.flagdResourceEnabled`| Enables the controller for the Flagd CR and adds the required permissions to automatically manage the exposure of flagd via Service and Ingress resources. |`true`|
177
-
|`managerConfig.controllerManagerConfigYaml.health.healthProbeBindAddress`| Sets the bind address for health probes. |`:8081`|
178
-
|`managerConfig.controllerManagerConfigYaml.metrics.bindAddress`| Sets the bind address for metrics. |`127.0.0.1:8080`|
179
-
|`managerConfig.controllerManagerConfigYaml.webhook.port`| Sets the bind address for webhook. |`9443`|
Copy file name to clipboardExpand all lines: chart/open-feature-operator/templates/rbac.authorization.k8s.io_v1_clusterrole_open-feature-operator-manager-role.yaml
Copy file name to clipboardExpand all lines: chart/open-feature-operator/templates/rbac.authorization.k8s.io_v1_clusterrolebinding_open-feature-operator-manager-rolebinding.yaml
Copy file name to clipboardExpand all lines: chart/open-feature-operator/values.yaml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -141,8 +141,6 @@ controllerManager:
141
141
managerConfig:
142
142
## @param managerConfig.flagsValidatonEnabled Enables the validating webhook for FeatureFlag CR.
143
143
flagsValidatonEnabled: "true"
144
-
## @param managerConfig.flagdResourceEnabled Enables the controller for the Flagd CR and adds the required permissions to automatically manage the exposure of flagd via Service and Ingress resources.
145
-
flagdResourceEnabled: "true"
146
144
controllerManagerConfigYaml:
147
145
health:
148
146
## @param managerConfig.controllerManagerConfigYaml.health.healthProbeBindAddress Sets the bind address for health probes.
0 commit comments