diff --git a/manifests/s3/rustfs.yaml b/manifests/s3/rustfs.yaml index d277b4a..00ddd1b 100644 --- a/manifests/s3/rustfs.yaml +++ b/manifests/s3/rustfs.yaml @@ -7,7 +7,7 @@ spec: repo: https://charts.rustfs.com chart: rustfs targetNamespace: s3storage - version: 0.0.82 + version: 0.2.0 valuesContent: |- # Standalone mode: single pod with single PVC mode: @@ -26,6 +26,7 @@ spec: enabled: false # Optional: change default credentials secret: + allowInsecureDefaults: true rustfs: access_key: rustfsadmin secret_key: f82g6toxn5xlwac6cd8bjwfl diff --git a/manifests/s3/rustfsChartConfig.yaml b/manifests/s3/rustfsChartConfig.yaml index a1b20f4..25ceb9e 100644 --- a/manifests/s3/rustfsChartConfig.yaml +++ b/manifests/s3/rustfsChartConfig.yaml @@ -22,3 +22,8 @@ spec: ingress: enabled: false # Optional: change default credentials + secret: + allowInsecureDefaults: true + rustfs: + access_key: rustfsadmin + secret_key: f82g6toxn5xlwac6cd8bjwfl