A chart to install field-exporter. This controller is used to fill the gap in k8s-config-connector for exporting value from Config Connector managed resources into Secrets and ConfigMaps.
Homepage: https://github.com/deliveryhero/field-exporter
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/field-exporter
To install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/field-exporter --version 1.3.1
To install the chart with the release name my-release
:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/field-exporter
To install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/field-exporter --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/field-exporter -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
cluster.dnsDomain | string | "cluster.local" |
|
controllerManager.manager.args[0] | string | "--leader-elect" |
|
controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation | bool | false |
|
controllerManager.manager.containerSecurityContext.capabilities.drop[0] | string | "ALL" |
|
controllerManager.manager.image.repository | string | "europe-docker.pkg.dev/dp-common-infra-5780/developer-platform-public/deliveryhero/field-exporter" |
|
controllerManager.manager.image.tag | string | "v1.3.1" |
|
controllerManager.manager.resources.limits.cpu | string | "500m" |
|
controllerManager.manager.resources.limits.memory | string | "128Mi" |
|
controllerManager.manager.resources.requests.cpu | string | "10m" |
|
controllerManager.manager.resources.requests.memory | string | "128Mi" |
|
controllerManager.podLabels | object | {} |
|
controllerManager.replicas | int | 1 |
|
controllerManager.serviceAccount.annotations | object | {} |
|
enableCertManager | bool | false |
|
keepTLSSecret | bool | false |
|
kubernetesClusterDomain | string | "cluster.local" |
|
metricsService.ports[0].name | string | "https" |
|
metricsService.ports[0].port | int | 8443 |
|
metricsService.ports[0].protocol | string | "TCP" |
|
metricsService.ports[0].targetPort | string | "https" |
|
metricsService.type | string | "ClusterIP" |
|
webhookService.ports[0].port | int | 443 |
|
webhookService.ports[0].protocol | string | "TCP" |
|
webhookService.ports[0].targetPort | int | 9443 |
|
webhookService.type | string | "ClusterIP" |
|
webhookTLS.caCert | string | nil |
|
webhookTLS.cert | string | nil |
|
webhookTLS.key | string | nil |
Name | Url | |
---|---|---|
vzholudev | [email protected] | https://github.com/vzholudev |
mtahaahmed | [email protected] | https://github.com/mtahaahmed |