-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Description
Terraform, Provider, Kubernetes and Helm Versions
Terraform v1.10.5
on darwin_amd64
+ provider registry.terraform.io/hashicorp/helm v3.0.0-pre1
+ provider registry.terraform.io/hashicorp/kubernetes v2.35.1
Affected Resource(s)
- helm_release
Terraform Configuration Files
resource "helm_release" "release" {
name = "wazuh"
repository = "https://promptlylabs.github.io/wazuh-helm-chart/"
chart = "wazuh"
version = "0.0.5"
namespace = "wazuh"
create_namespace = true
}Steps to Reproduce
terraform apply
Expected Behavior
Helm chart installed in the correct namespace
Actual Behavior
Chart installed in default namespace, correct namespace is not taken into account
Reactions are currently unavailable