From 9b358afce11980327616cf438339a31b0eef5d9a Mon Sep 17 00:00:00 2001 From: Harshith Date: Wed, 7 May 2025 15:54:40 +0530 Subject: [PATCH] fix: debug namepsaces change detection by the helm module --- aws/e6data_with_existing_eks/helm.tf | 3 --- aws/e6data_with_existing_vpc/helm.tf | 4 ---- aws/e6data_with_new_eks/helm.tf | 4 ---- 3 files changed, 11 deletions(-) diff --git a/aws/e6data_with_existing_eks/helm.tf b/aws/e6data_with_existing_eks/helm.tf index a0e52291..cb5b7ae6 100644 --- a/aws/e6data_with_existing_eks/helm.tf +++ b/aws/e6data_with_existing_eks/helm.tf @@ -12,8 +12,5 @@ resource "helm_release" "e6data_workspace_deployment" { values = [local.helm_values_file] - lifecycle { - ignore_changes = [values] - } # depends_on = [aws_eks_access_policy_association.tf_runner_auth_policy] } \ No newline at end of file diff --git a/aws/e6data_with_existing_vpc/helm.tf b/aws/e6data_with_existing_vpc/helm.tf index 10715e55..f3bcae4e 100644 --- a/aws/e6data_with_existing_vpc/helm.tf +++ b/aws/e6data_with_existing_vpc/helm.tf @@ -12,9 +12,5 @@ resource "helm_release" "e6data_workspace_deployment" { values = [local.helm_values_file] - lifecycle { - ignore_changes = [values] - } - depends_on = [module.eks, aws_eks_node_group.default_node_group, module.e6data_authentication] } \ No newline at end of file diff --git a/aws/e6data_with_new_eks/helm.tf b/aws/e6data_with_new_eks/helm.tf index 10715e55..f3bcae4e 100644 --- a/aws/e6data_with_new_eks/helm.tf +++ b/aws/e6data_with_new_eks/helm.tf @@ -12,9 +12,5 @@ resource "helm_release" "e6data_workspace_deployment" { values = [local.helm_values_file] - lifecycle { - ignore_changes = [values] - } - depends_on = [module.eks, aws_eks_node_group.default_node_group, module.e6data_authentication] } \ No newline at end of file