From 7d7baaa9da630c42005b03f5c8f0f6fc4de7a7cd Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 19 Jan 2026 06:54:17 -0600 Subject: [PATCH] don't create storage class --- infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml | 2 +- infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml b/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml index e93f605..b658d96 100644 --- a/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml +++ b/infrastructure/ontime-dev-doks/csi-s3/csi-s3.yaml @@ -33,7 +33,7 @@ spec: secret: create: false storageClass: - create: true + create: false images: provisioner: registry.k8s.io/sig-storage/csi-provisioner:v6.0.0 registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0 diff --git a/infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml b/infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml index e93f605..b658d96 100644 --- a/infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml +++ b/infrastructure/ontime-jwetzell/csi-s3/csi-s3.yaml @@ -33,7 +33,7 @@ spec: secret: create: false storageClass: - create: true + create: false images: provisioner: registry.k8s.io/sig-storage/csi-provisioner:v6.0.0 registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0