Skip to content

Commit

Permalink
delete :: datadog 임시 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 6, 2024
1 parent c49ed47 commit be6bb92
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ module "karpenter" {
cluster_endpoint = module.eksv2.cluster_endpoint
}

module "datadog" {
source = "./modules/helm"
name = local.datadog-name
namespace = local.datadog-namespace
repository = local.xquare-repository
chart = local.datadog-name
chart_version = local.datadog-version
}
#module "datadog" {
# source = "./modules/helm"
# name = local.datadog-name
# namespace = local.datadog-namespace
# repository = local.xquare-repository
# chart = local.datadog-name
# chart_version = local.datadog-version
#}

module "vault" {
source = "./modules/helm"
Expand Down

0 comments on commit be6bb92

Please sign in to comment.