kaxil commented on pull request #8777: URL: https://github.com/apache/airflow/pull/8777#issuecomment-645963698
> Thanks for this. Was waiting for this eagerly. I tested it out quickly and I am getting below error using helm 2. Am I doing something wrong? I just want to get the yaml files and not install via helm. > > ``` > $ helm template --values ./airflow/chart/values.yaml --output-dir ./flow ./airflow/chart > Error: found in requirements.yaml, but missing in charts/ directory: postgresql > ``` You will need to run `helm dep update` first :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
