mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -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: PersistentVolume
|
||||
metadata:
|
||||
name: projdata
|
||||
namespace: {{ awx_dev_project }}
|
||||
labels:
|
||||
project: awx
|
||||
spec:
|
||||
capacity:
|
||||
storage: 10Gi
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
hostPath:
|
||||
path: /mnt/sda1/awx
|
||||
Reference in New Issue
Block a user