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
|`defaultNamespace`| To override the namespace use the `--namespace` flag. This default is provided to ensure that the kustomize build charts in `/templates` deploy correctly when no `namespace` is provided via the `-n` flag. |`open-feature-operator-system`|
99
+
|`imagePullSecret`| Secret containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image, controllerManager.kubeRbacProxy.image). |`""`|
99
100
100
101
### Sidecar configuration
101
102
@@ -166,7 +167,7 @@ The command removes all the Kubernetes components associated with the chart and
166
167
|`controllerManager.kubeRbacProxy.resources.requests.cpu`| Sets cpu resource requests for kube-rbac-proxy. |`5m`|
167
168
|`controllerManager.kubeRbacProxy.resources.requests.memory`| Sets memory resource requests for kube-rbac-proxy. |`64Mi`|
168
169
|`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.7`|
170
+
|`controllerManager.manager.image.tag`| Sets the version tag for the operator. |`v0.6.0`|
170
171
|`controllerManager.manager.resources.limits.cpu`| Sets cpu resource limits for operator. |`500m`|
171
172
|`controllerManager.manager.resources.limits.memory`| Sets memory resource limits for operator. |`128Mi`|
172
173
|`controllerManager.manager.resources.requests.cpu`| Sets cpu resource requests for operator. |`10m`|
Copy file name to clipboardexpand all lines: chart/open-feature-operator/values.yaml
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
## @section Global
3
3
## @param defaultNamespace To override the namespace use the `--namespace` flag. This default is provided to ensure that the kustomize build charts in `/templates` deploy correctly when no `namespace` is provided via the `-n` flag.
4
4
defaultNamespace: open-feature-operator-system
5
+
## @param imagePullSecret Secret containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image, controllerManager.kubeRbacProxy.image).
0 commit comments