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