I tried running datahub using k8s. Followed follow...
# getting-started
m
I tried running datahub using k8s. Followed following steps: helm repo add datahub https://helm.datahubproject.io/ helm install prerequisites datahub/datahub-prerequisites But when I am trying to run below command: helm install prerequisites datahub/datahub-prerequisites --values <<path-to-values-file>> getting an error Error: INSTALLATION FAILED: YAML parse error on datahub/templates/datahub-upgrade/datahub-cleanup-job-template.yml: error converting YAML to JSON: yaml: line 98: did not find expected '-' indicator Still getting this error?
1
d
Hi, thanks for the report - are you still experiencing error after updating the master ( to reflect this commit : https://github.com/acryldata/datahub-helm/pull/328 ) ?
m
The above issue is resolved now. Thanks