Matthew Jones 5c400cdf79 Add local minishift development tooling
Based on mapping the local development tree through minishift
hostfolder interface.
2018-07-19 10:39:08 -04:00

16 lines
244 B
Django/Jinja

---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: devtest
namespace: {{ awx_dev_project }}
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
selector:
matchLabels:
project: awx