snapshots

This commit is contained in:
2025-08-20 00:13:16 +02:00
parent feed7e63bd
commit ac50eeaa23

View File

@@ -12,6 +12,7 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: csi-snapshotter-provisioner-role
namespace: snapshotter
subjects:
- kind: ServiceAccount
name: csi-snapshotter # from rbac.yaml
@@ -59,6 +60,7 @@ kind: StatefulSet
apiVersion: apps/v1
metadata:
name: csi-snapshotter
namespace: snapshotter
spec:
serviceName: "csi-snapshotter"
replicas: 1