Miretpl commented on PR #61371:
URL: https://github.com/apache/airflow/pull/61371#issuecomment-3880089183
I checked `helm template` locally on the 3.19.0 version (we have it also in
CI, so all tests run on it) with the below values file:
```yaml
dags:
gitSync:
enabled: true
extraVolumeMounts:
- name: test
mountPath: /tmp/test_mount
readOnly: true
env:
- name: GIT_SSL_CAINFO
value: /tmp/test_ca
```
everything looks good.
Could you provide the values file (maybe I missed something) with the exact
`helm template` command which you used? Also, please add the exact error you're
getting (maybe with the --debug flag).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]