universe-infra-admin-controller
Chart version: 0.5.0-dev
AppVersion: 0.5.0-dev
Description: A Helm chart for universe-infra-admin-controller
>
global
(object): global settings for chartDefault:
{ "image": { "registry": null, "tag": null } }
>
nameOverride
(string): overrides chart nameDefault:
""
>
fullnameOverride
(string): overrides generated fullName for releaseDefault:
""
>
imagePullSecrets
(list): imagePullSecrets to add to the Pod specDefault:
[]
>
operator
(object): configuration for operator containerDefault: see default values for nested options
>
operator.image.registry
(string): registry for operator imageDefault:
""
>
operator.image.repository
(string): operator image nameDefault:
"universe-infra-admin-controller"
>
operator.image.pullPolicy
(string): pullPolicy for operator imageDefault:
"IfNotPresent"
>
operator.image.tag
(string): tag for operator image if not set, Helm chart appVersion will be used as tagDefault:
""
>
operator.securityContext
(object): securityContext for operator containerDefault:
{ "allowPrivilegeEscalation": false }
>
operator.resources
(object): resources for operator containerDefault:
{ "limits": { "cpu": "200m", "memory": "100Mi" }, "requests": { "cpu": "100m", "memory": "20Mi" } }
>
provisioningCRNamespace
(string): Namespace used for watching provisioning CRsDefault:
""
>
tenantConfig
(object): tenant-allocation CRs settingsDefault: see default values for nested options
>
tenantConfig.create
(bool): enables or disables creation of the tenants CRsDefault:
false
>
tenantConfig.tenants
(string): Tenants configuration, content of this field is used to create Tenant CR, Host CR and HostConfiguration CR. Check example values.yaml for detailsDefault:
null
>
dpuInventory
(object): dpu-inventory CRs settingsDefault: see default values for nested options
>
dpuInventory.create
(bool): enables or disables creation of the DPU CRsDefault:
false
>
dpuInventory.dpus
(string): DPU inventory, content of this field is used to create Dpu CR. Check example values.yaml for detailsDefault:
null
>
podAnnotations
(object): podAnnotations to add to the Pod specDefault:
{}
>
podSecurityContext
(object): podSecurityContext to add to the Pod specDefault:
{ "runAsNonRoot": true }
>
nodeSelector
(object): nodeSelector to add to the Pod specDefault:
{}
>
tolerations
(list): tolerations to add to the Pod specDefault:
[]
>
affinity
(object): affinity to add to the Pod specDefault:
{}
>
rbac
(object): RBAC configuration for operator PodDefault: see default values for nested options
>
rbac.serviceAccount.create
(bool): enables or disables creation of the ServiceAccountDefault:
true
>
rbac.serviceAccount.name
(string): override for default ServiceAccount nameDefault: if not set explicitly Helm release name will be used
>
rbac.role.create
(bool): enables or disables creation of the ClusterRoleDefault:
true
>
rbac.role.name
(string): override for default ServiceAccount nameDefault: if not set explicitly Helm release name + “-role” will be used
>
rbac.roleBinding.create
(bool): enables or disables creation of the ClusterRoleBindingDefault:
true
>
rbac.roleBinding.name
(string): override for default ServiceAccount nameDefault: if not set explicitly Helm release name + “-role-binding” will be used