mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 17:17:45 -02:30
Add local minishift development tooling
Based on mapping the local development tree through minishift hostfolder interface.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: devtest
|
||||
namespace: {{ awx_dev_project }}
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
selector:
|
||||
matchLabels:
|
||||
project: awx
|
||||
Reference in New Issue
Block a user