Reset git history for making manifests public
This commit is contained in:
22
netbootxyz/netbootxyz-smb.yaml
Normal file
22
netbootxyz/netbootxyz-smb.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: netbootxyz-assets-pv
|
||||
spec:
|
||||
capacity:
|
||||
storage: 5Gi
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
mountOptions:
|
||||
- dir_mode=0700
|
||||
- file_mode=0700
|
||||
- noperm
|
||||
csi:
|
||||
driver: smb.csi.k8s.io
|
||||
volumeHandle: containers
|
||||
volumeAttributes:
|
||||
source: "//10.8.14.2/containers"
|
||||
nodeStageSecretRef:
|
||||
name: netbootxyz-secrets
|
||||
namespace: netbootxyz
|
||||
Reference in New Issue
Block a user