[WIP] More work implementing create/delete volume and publish/unpublish volume

This commit is contained in:
2024-09-29 10:37:55 -04:00
parent c98b421b03
commit b9f2259674
17 changed files with 225 additions and 85 deletions

View File

@@ -1,11 +1,11 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: csi-controller
namespace: default
name: p5x-csi-controller
namespace: p5x-system
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: csi-node
namespace: default
name: p5x-csi-node
namespace: p5x-system