A Helm chart for Kubernetes
Key | Type | Default | Description |
---|---|---|---|
fullnameOverride | string | "benchmark-operator" |
(string) overrides naming of all resources |
nameOverride | string | "" |
|
operator.affinity.nodeAffinity | object | {"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"node-role.kubernetes.io/workload","operator":"In","values":[""]}]},"weight":100}]} |
nodeAffinity is set to make the operator run on workload nodes, but it's not required |
operator.image.pullPolicy | string | "Always" |
|
operator.image.repository | string | "quay.io/benchmark-operator/benchmark-operator" |
|
operator.image.tag | string | "" |
|
operator.nodeSelector | object | {} |
|
operator.replicaCount | int | 1 |
how many replicas for the operator deployment |
operator.resources.limits.cpu | string | "0.1" |
|
operator.tolerations[0] | object | {"effect":"NoSchedule","key":"role","value":"workload"} |
schedule on a workload node even if it's tainted |
rbac | object | {"clusterRoles":{"kubevirt":false,"selfProvisioner":false}} |
map for custom cluster roles for certain benchmarks like kubevirt |
Autogenerated from chart metadata using helm-docs v1.4.0