-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3: failed to create resource: [...] spec.template.spec.containers[1].env[22].valueFrom.secretKeyRef.key: Required value]
#616
Comments
So apparently the sse_c_key must be set, because it doesn't render correctly if not supplied.
EDIT: yep, the sse_c_key was missing, now it works. Maybe the helm chart docs need a little more love like: Which values are required and which ones override other and which one's don't need to be set if value x or y is set. |
On the same note, is SSE mandatory? anyway we can disable it? |
I couldn't make the chart work without it. |
Thank for update, I've ended up enabling the SSE, was not that hard, just had to add the certs and make the reverse proxy connect to the minio backend via SSL. |
Confirmed (at least by looking at the code; with the caveat that I'm more familiar with the underlying container image than the Helm chart). Looks like the issue is here on line 304: helm/charts/nextcloud/templates/_helpers.tpl Lines 304 to 315 in 58ecb7d
The reference to Introduced recently in #464 |
failed to create resource: [...] spec.template.spec.containers[1].env[22].valueFrom.secretKeyRef.key: Required value]
yep that is a typo! sorry about that and thanks @joshtrichards and @unbelauscht for catching this! I'll submit a PR to fix that. 🙏 |
Describe your Issue
Installing Nextcloud with Helm chart version 5.5.2 results in
Logs and Errors
Helm repo:
Describe your Environment
Kubernetes distribution: k3s v1.28.8+k3s1
Helm Version (or App that manages helm):
Helm Chart Version: 5.5.2
values.yaml
:S3 credentials
The text was updated successfully, but these errors were encountered: