You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried installing latest charts and the issue still persists there
I'm running a supported version of the application & chart which is listed here
Describe the bug (actual behavior)
Deploying helm fails creating application with the following error:
* ConfigMap in version "v1" cannot be handled as a ConfigMap: json: cannot unmarshal bool into Go struct field ConfigMap.data of type string
Expected behavior
Should deploy
Your installation details
0.7.2
0.7.2
resource "helm_release" "default" {
name = "kafka-ui"
repository = "https://provectus.github.io/kafka-ui-charts"
chart = "kafka-ui"
version = "0.7.2"
namespace = "kafka-ui"
create_namespace = true
set {
name = "envs.config.DYNAMIC_CONFIG_ENABLED"
value = true
}
set {
name = "envs.config.AWS_ACCESS_KEY_ID"
value = "<redacted>"
}
set {
name = "envs.config.AWS_SECRET_ACCESS_KEY"
value = "<redacted>"
}
set {
name = "envs.config.KAFKA_CLUSTERS_0_NAME"
value = "<redacted>"
}
set {
name = "envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS"
value = replace("<redacted>", ",", "\\,")
}
set {
name = "envs.config.KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL"
value = "SASL_SSL"
}
set {
name = "envs.config.KAFKA_CLUSTERS_0_PROPERTIES_SASL_MECHANISM"
value = "AWS_MSK_IAM"
}
set {
name = "envs.config.KAFKA_CLUSTERS_0_PROPERTIES_SASL_CLIENT_CALLBACK_HANDLER_CLASS"
value = "software.amazon.msk.auth.iam.IAMClientCallbackHandler"
}
set {
name = "envs.config.KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG"
value = "software.amazon.msk.auth.iam.IAMLoginModule required;"
}
}
Steps to reproduce
terraform apply
Screenshots
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
Describe the bug (actual behavior)
Deploying helm fails creating application with the following error:
Expected behavior
Should deploy
Your installation details
Steps to reproduce
terraform apply
Screenshots
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: