Skip to content

Commit def1434

Browse files
authored
chore: remove rbac-proxy values and doc (#742)
Signed-off-by: Todd Baert <[email protected]>
1 parent 565b33a commit def1434

File tree

2 files changed

+9
-32
lines changed

2 files changed

+9
-32
lines changed

chart/open-feature-operator/README.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ The command removes all the Kubernetes components associated with the chart and
9999

100100
### namespace
101101

102-
| Name | Description | Value |
103-
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
104-
| `namespace.create` | Whether to create the namespace as part of this chart. | `true` |
105-
| `namespace.labels` | Labels for the namespace if created as part of the chart. | `{}` |
106-
| `namespace.annotations` | Annotations for the namespace if created as part of the chart. | `{}` |
107-
| `imagePullSecrets` | Array of ImagePullSecret objects containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image, controllerManager.kubeRbacProxy.image). Example: imagePullSecrets: [{"name": "my-secret"}] | `[]` |
108-
| `labels` | Labels to apply to all of the pods in the operator. | `{}` |
109-
| `annotations` | Annotations to apply to all of the pods in the operator. | `{}` |
102+
| Name | Description | Value |
103+
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
104+
| `namespace.create` | Whether to create the namespace as part of this chart. | `true` |
105+
| `namespace.labels` | Labels for the namespace if created as part of the chart. | `{}` |
106+
| `namespace.annotations` | Annotations for the namespace if created as part of the chart. | `{}` |
107+
| `imagePullSecrets` | Array of ImagePullSecret objects containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image). Example: imagePullSecrets: [{"name": "my-secret"}] | `[]` |
108+
| `labels` | Labels to apply to all of the pods in the operator. | `{}` |
109+
| `annotations` | Annotations to apply to all of the pods in the operator. | `{}` |
110110

111111
### Mutating Webhook configuration
112112

@@ -178,12 +178,6 @@ The command removes all the Kubernetes components associated with the chart and
178178

179179
| Name | Description | Value |
180180
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
181-
| `controllerManager.kubeRbacProxy.image.repository` | Sets the image for the kube-rbac-proxy. | `gcr.io/kubebuilder/kube-rbac-proxy` |
182-
| `controllerManager.kubeRbacProxy.image.tag` | Sets the version tag for the kube-rbac-proxy. | `v0.14.1` |
183-
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | Sets cpu resource limits for kube-rbac-proxy. | `500m` |
184-
| `controllerManager.kubeRbacProxy.resources.limits.memory` | Sets memory resource limits for kube-rbac-proxy. | `128Mi` |
185-
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | Sets cpu resource requests for kube-rbac-proxy. | `5m` |
186-
| `controllerManager.kubeRbacProxy.resources.requests.memory` | Sets memory resource requests for kube-rbac-proxy. | `64Mi` |
187181
| `controllerManager.manager.image.repository` | Sets the image for the operator. | `ghcr.io/open-feature/open-feature-operator` |
188182
| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.8.4` |
189183
| `controllerManager.manager.resources.limits.cpu` | Sets cpu resource limits for operator. | `500m` |

chart/open-feature-operator/values.yaml

+1-18
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace:
1111
## @param namespace.annotations Annotations for the namespace if created as part of the chart.
1212
annotations: {}
1313

14-
## @param imagePullSecrets Array of ImagePullSecret objects containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image, controllerManager.kubeRbacProxy.image). Example: imagePullSecrets: [{"name": "my-secret"}]
14+
## @param imagePullSecrets Array of ImagePullSecret objects containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image). Example: imagePullSecrets: [{"name": "my-secret"}]
1515
imagePullSecrets: []
1616
## @param labels Labels to apply to all of the pods in the operator.
1717
labels: {}
@@ -124,23 +124,6 @@ flagdConfiguration:
124124

125125
## @section Operator resource configuration
126126
controllerManager:
127-
kubeRbacProxy:
128-
image:
129-
## @param controllerManager.kubeRbacProxy.image.repository Sets the image for the kube-rbac-proxy.
130-
repository: gcr.io/kubebuilder/kube-rbac-proxy
131-
## @param controllerManager.kubeRbacProxy.image.tag Sets the version tag for the kube-rbac-proxy.
132-
tag: "v0.14.1"
133-
resources:
134-
limits:
135-
## @param controllerManager.kubeRbacProxy.resources.limits.cpu Sets cpu resource limits for kube-rbac-proxy.
136-
cpu: 500m
137-
## @param controllerManager.kubeRbacProxy.resources.limits.memory Sets memory resource limits for kube-rbac-proxy.
138-
memory: 128Mi
139-
requests:
140-
## @param controllerManager.kubeRbacProxy.resources.requests.cpu Sets cpu resource requests for kube-rbac-proxy.
141-
cpu: 5m
142-
## @param controllerManager.kubeRbacProxy.resources.requests.memory Sets memory resource requests for kube-rbac-proxy.
143-
memory: 64Mi
144127
manager:
145128
image:
146129
## @param controllerManager.manager.image.repository Sets the image for the operator.

0 commit comments

Comments
 (0)