universe-infra-provisioning-ironic
Chart version: 0.5.0-dev
AppVersion: 0.5.0-dev
Description: A Helm chart for universe-infra-provisioning-ironic
- > - global(object): global settings for chart- Default: - { "image": { "registry": null, "tag": null } } 
- > - nameOverride(string): overrides chart name- Default: - "" 
- > - fullnameOverride(string): overrides generated fullName for release- Default: - "" 
- > - imagePullSecrets(list): imagePullSecrets to add to the Pod spec- Default: - [] 
- > - ironic(object): configuration for ironic container- Default: see default values for nested options 
- > - ironic.image.registry(string): registry for ironic image- Default: - "" 
- > - ironic.image.repository(string): manager image name- Default: - "universe-infra-provisioning-ironic" 
- > - ironic.image.pullPolicy(string): pullPolicy for ironic image- Default: - "IfNotPresent" 
- > - ironic.image.tag(string): tag for ironic image if not set, Helm chart appVersion will be used as tag- Default: - "" 
- > - ironic.resources(object): resources for ironic container- Default: - { "limits": { "cpu": "500m", "memory": "1024Mi" } } 
- > - podAnnotations(object): podAnnotations to add to the Pod spec- Default: - {} 
- > - nodeSelector(object): nodeSelector to add to the Pod spec- Default: - {} 
- > - tolerations(list): tolerations to add to the Pod spec- Default: - [] 
- > - affinity(object): affinity to add to the Pod spec- Default: - {} 
- > - secret(object): refer mariadb secret- Default: see default values for nested options 
- > - secret.name(string): override for secret name- Default: if not set explicitly Helm release name will be used 
- > - service(object): service configuration for ironic Pod- Default: see default values for nested options 
- > - service.name(string): override for Service name- Default: if not set explicitly Helm release name will be used 
- > - service.type(string): service type- Default: - "ClusterIP" 
- > - configmap(object): configration for ironic Pod- Default: see default values for nested options 
- > - configmap.name(string): override for configmap name- Default: if not set explicitly Helm release name will be used 
- > - pv(object): pv for ironic Pod- Default: see default values for nested options 
- > - pv.name(string): override for secret name- Default: if not set explicitly Helm release name will be used 
- > - pvc(object): pvc for ironic Pod- Default: see default values for nested options 
- > - pvc.name(string): override for pvc name- Default: if not set explicitly Helm release name will be used 
- > - rbac(object): RBAC configuration for operator Pod- Default: see default values for nested options 
- > - rbac.role.create(bool): enables or disables creation of the ClusterRole/Role- Default: - true 
- > - rbac.roleBinding.create(bool): enables or disables creation of the ClusterRoleBinding/RoleBinding- Default: - true