SledgeHammer01 opened a new issue, #41269:
URL: https://github.com/apache/airflow/issues/41269
### Apache Airflow version
2.9.3
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I'm trying to use:
```
dags:
persistence:
enabled: true
existingClaim: airflow
```
To mount a shared DAG folder. Host machine is Windows 11. I'm running Docker
Desktop + Kubernetes + HyperV backend.
My yaml looks like:
```
apiVersion: v1
kind: PersistentVolume
metadata:
name: airflow
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 8Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /host_mnt/c/users/xxx/.airflow
```
I've tried other formats like /host_mnt/c/users/xxx/.airflow,
/users/xxx/.airflow, etc. /users/xxx/.airflow has full permissions on the the
Windows box.
### What you think should happen instead?
_No response_
### How to reproduce
N/A
### Operating System
Windows 11
### Versions of Apache Airflow Providers
_No response_
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### Anything else?
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]