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
Update values.yaml to allow OpenShift SCC to assign fsGroup and update README (#17)
* Update values.yaml to allow OpenShift SCC to assign fsGroup
* Update README.md to set fsGroup to null for controller and webhook pod security contexts
| controller.topologySpreadConstraints | list |`[]`| Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/). The labelSelector field in topology spread constraint will be set to the selector labels for controller pods if not specified. |
125
125
| controller.hostUsers | string |`nil`| Whether to use user namespace or not Kubernetes version 1.30 for feature beta (1.33 for GA) or higher is required with support from OS and OCI runtime ref: https://kubernetes.io/docs/concepts/workloads/pods/user-namespaces/|
126
126
| controller.env | list |`[]`| Environment variables for controller containers. |
@@ -163,7 +163,7 @@ See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall) for command docum
163
163
| webhook.affinity | object |`{}`| Affinity for webhook pods. |
164
164
| webhook.tolerations | list |`[]`| List of node taints to tolerate for webhook pods. |
165
165
| webhook.priorityClassName | string |`""`| Priority class for webhook pods. |
| webhook.topologySpreadConstraints | list |`[]`| Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in. Ref: [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/). The labelSelector field in topology spread constraint will be set to the selector labels for webhook pods if not specified. |
168
168
| webhook.hostUsers | string |`nil`| Whether to use user namespace or not Kubernetes version 1.30 for feature beta (1.33 for GA) or higher is required with support from OS and OCI runtime ref: https://kubernetes.io/docs/concepts/workloads/pods/user-namespaces/|
169
169
| webhook.env | list |`[]`| Environment variables for webhook containers. |
0 commit comments