Closed
Description
openedon Sep 25, 2024
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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment