configMaps | object | Kubernetes ConfigMaps to be generated by the chart. Additional ConfigMaps can… |
configMapsFromFolder | object | Generate ConfigMaps from files in the chart filesystem |
controllers | object | Define the Pod controllers to be generated by the chart. Each key is a contro… |
defaultPodOptions | object | Set default options for all controllers / pods here. Each of these options ca… |
defaultPodOptionsStrategy | string | Set the strategy for the default pod options. Defaults to overwrite. overwrit… |
global | object | Allows for configuring chart-wide settings |
ingress | object | Kubernetes Ingress objects to be generated by the chart. Each key is an ingre… |
networkpolicies | object | networkPolicy objects to be generated by the chart. Additional networkPolicie… |
persistence | object | Configure persistent storage and mount options. Each key is an identifier for… |
podMonitor | object | podMonitor objects to be generated by the chart. Additional PodMonitors can b… |
rawResources | object | Allows for the inclusion of raw Kubernetes resources that are not supported b… |
rbac | object | Configure the Roles and Role Bindings for the chart here |
route | object | Kubernetes Gateway API *Route objects to be generated by the chart. Additiona… |
secrets | object | Kubernetes Secrets to be generated by the chart. Be aware that these values a… |
secretsFromFolder | object | Generate Secrets from files in the chart filesystem |
service | object | Kubernetes Service objects to be generated by the chart. Each key is a servic… |
serviceAccount | object | Kubernetes serviceAccount objects to be generated by the chart |
serviceMonitor | object | serviceMonitor objects to be generated by the chart. Additional ServiceMonito… |