From 8d0d289046aae8d3499426c25e83249f9d089f07 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 6 Nov 2025 06:47:07 -0600 Subject: [PATCH] don't create csi-s3 secret or storage class --- infrastructure/csi-s3/csi-s3.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/infrastructure/csi-s3/csi-s3.yaml b/infrastructure/csi-s3/csi-s3.yaml index 4cad9a6..a434d35 100644 --- a/infrastructure/csi-s3/csi-s3.yaml +++ b/infrastructure/csi-s3/csi-s3.yaml @@ -28,4 +28,9 @@ spec: kind: HelmRepository name: csi-s3 namespace: csi-s3 - interval: 12h \ No newline at end of file + interval: 12h + values: + secret: + create: false + storageClass: + create: true \ No newline at end of file