Skip to content

Inconsistency during chart installation in namespace #1591

@ronny35

Description

@ronny35

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

  1. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions