datahub-helm icon indicating copy to clipboard operation
datahub-helm copied to clipboard

Repository of helm charts for deploying DataHub on a Kubernetes cluster

Results 59 datahub-helm issues
Sort by recently updated
recently updated
newest added

Adding support for init containers on postgress setup job. Needed in case additional checks are necessary before starting the setup (eg: database is already available). Otherwise, the setup job might...

This PR adds the postgresql chart from the Bitnami chart repository as an optional and by default disabled dependency to the prerequisites Helm chart. Additionally I have added some example...

**Describe the bug** Datahub-gms and datahub-mae consumer do not recognise GRAPH_SERVICE_IMPL env variable **To Reproduce** Start the services with parameter GRAPH_SERVICE_IMPL=elasticsearch . It fails because it can't connect to neo4j....

bug

We are using RDS Aurora for mysql backend. Our server parameter has require_secure_transport set to ON. Mysql setup job fails with the following error ``` atul.atri@C02FD3A3MD6M iac-datahub-db % kubectl logs...

bug
stale

## Refference - [Rancher Overview](https://www.rancher.co.jp/docs/rancher/v2.x/en/overview/) - [Catalogs and Apps](https://www.rancher.co.jp/docs/rancher/v2.x/en/catalog/) - [Creating Custom Catalogs Apps](https://www.rancher.co.jp/docs/rancher/v2.x/en/catalog/custom/creating/) ## Checklist - [x] The PR conforms to DataHub's [Contributing Guideline](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) -...

Helm Upgrade Failed with following error: ValidationError(Ingress.spec.rules[0].http): missing required field "paths" in io.k8s.api.networking.v1.HTTPIngressRuleValue Following are the values: ``` values: global: graph_service_impl: elasticsearch datahub-frontend: ingress: enabled: true annotations: kubernetes.io/ingress.class: nginx tls:...

stale

**Describe the bug** I need to specify loadBalancerIP but it's imposible since it's missed in helm template **Expected behavior** Something like ``` spec: {{- if .Values.service.loadBalancerIP }} loadBalancerIP: "{{ .Values.service.loadBalancerIP...

bug

**Describe the bug** Iam passing sasl.mechanism and sasl.jaas.config values to springKafkaConfigurationOverrides is not picking by kafka. **To Reproduce** Add values in main values.yaml under springKafkaConfigurationOverrides: **Expected behavior** A clear and...

bug

**Is your feature request related to a problem? Please describe.** We use [Rancher](https://rancher.com/) to deploy DataHub. Rancher has [Rancher Charts](https://www.rancher.co.jp/docs/rancher/v2.x/en/catalog/custom/creating/#chart-types) that is extension of Helm charts. Using Rancher Charts, we...

enhancement
stale

I would like to enable the Impact analysis feature, is it supported by helm? My gms config is as follows. supportsImpactAnalysis is false ``` { "models": {}, "versions": { "linkedin/datahub":...

question