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
resource"helm_release""novu" {
name="novu"chart="../../modules/k8s-workloads/novu/helm"# fork of https://github.com/novuhq/community-k8snamespace=var.namespacedependency_update=true# <--- started crashing when this was set to trueset {
name ="store.encryptionKey"
value = random_id.encryption_key.id
}
}
resource"random_id""encryption_key" {
byte_length=32
}
variable"namespace" {
description="The namespace to deploy the Novu Helm chart"type=string
}
variable"image_tag" {
description="The image tag to use for the Novu container"type=stringdefault="latest"
}
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
Trimmed all logs except for the helm provider:
https://pastebin.com/bcNZ0X9H
NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.
Panic Output
https://pastebin.com/WZxjrN2v
Steps to Reproduce
terraform plan
Expected Behavior
Actual Behavior
Important Factoids
helm_release
started to crash whendependency_update = true
was addedReferences
Community Note
The text was updated successfully, but these errors were encountered: