Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.78 KB

File metadata and controls

43 lines (34 loc) · 2.78 KB

collibra-data-catalog-plugin

Version: 0.0.1 Type: application AppVersion: 0.0.1

A Helm chart for Kubernetes

Maintainers

Name Email Url
AgileLab http://agilelab.it

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami common 2.x.x

Values

Key Type Default Description
collibra object {"baseCommunityId":"","host":"","passwordKey":"COLLIBRA_PASSWORD","secretName":"witboost-addons-secrets","usernameKey":"COLLIBRA_USERNAME"} Collibra env vars consumed by application.yaml
collibra.baseCommunityId string "" Root community UUID
collibra.host string "" Collibra API base URL (e.g. https://collibra.company.com)
collibra.passwordKey string "COLLIBRA_PASSWORD" Secret key for password
collibra.secretName string "witboost-addons-secrets" Secret name containing credentials
collibra.usernameKey string "COLLIBRA_USERNAME" Secret key for username
configOverride string nil This configuration allows you to override the application.yaml file
dockerRegistrySecretName string "regcred" Docker Registry Secret name used to access a private repo
extraEnvVars list [] define extra variables to add to the container(s) e.g: extraEnvVars: - name: FOO value: "10"
image.pullPolicy string "IfNotPresent" The imagePullPolicy for a container and the tag of the image affect when the kubelet attempts to pull (download) the specified image.
image.registry string "registry.gitlab.com/agilefactory/witboost.mesh/provisioning/witboost.mesh.provisioning.datacatalogplugin/witboost.mesh.provisioning.datacatalogplugin.collibra.python" Image repository
image.tag string "latest" Image tag
labels object {} Allows you to specify common labels
livenessProbe object {} liveness probe spec
otel object {"collectorUrl":"http://localhost:5555","enabled":"false","metricExporter":"otlp","serviceName":"collibra-data-catalog-plugin","tracesExporter":"otlp"} otel configuration
readinessProbe object {} readiness probe spec
resources object {} resources spec
securityContext object {"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":1001} security context spec

Autogenerated from chart metadata using helm-docs v1.11.0