-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
2. developingWork in progressWork in progressS3Anything to do with S3 object storageAnything to do with S3 object storagebugSomething isn't workingSomething isn't working
Description
Describe your Issue
Set value of nextcloud.objectStore.s3.legacyAuth to "true" or "false" or "yes" or "no" (note, string values) and it ends up as a bool when being set in the provider:
Logs and Errors
json: cannot unmarshal bool into Go struct field EnvVar.spec.template.spec.containers.env.value of type string
Describe your Environment
-
Kubernetes distribution: kss
-
Helm Version (or App that manages helm): tofu
OpenTofu v1.8.2
on darwin_arm64
+ provider registry.opentofu.org/carlpett/sops v1.1.1
+ provider registry.opentofu.org/hashicorp/helm v2.15.0
+ provider registry.opentofu.org/hashicorp/kubernetes v2.32.0
-
Helm Chart Version: 6.0.2
-
values.yaml:
# paste your values.yaml (anonymize any sensitive data)Additional context, if any
I'm trying to configure minio as an s3 backing store, if there's a better path I'm happy to follow it 😄
Setting it to "test" works fine. Other settings like this work fine too, just not legacyAuth:
set {
name = "nextcloud.objectStore.s3.enabled"
value = "true"
}
jessebot
Metadata
Metadata
Assignees
Labels
2. developingWork in progressWork in progressS3Anything to do with S3 object storageAnything to do with S3 object storagebugSomething isn't workingSomething isn't working