File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
integration-tests/amazon-cloudwatch-observability/terraform/helm-windows Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module "basic_components" {
11
11
12
12
locals {
13
13
aws_eks = " aws eks --region ${ var . region } "
14
- cluster_name = var. cluster_name != " " ? var. cluster_name : " cwagent-operator- helm-integ"
14
+ cluster_name = var. cluster_name != " " ? var. cluster_name : " cwagent-helm-chart -integ"
15
15
}
16
16
17
17
data "aws_eks_cluster_auth" "this" {
Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ variable "region" {
8
8
9
9
variable "k8s_version" {
10
10
type = string
11
- default = " 1.25 "
11
+ default = " 1.29 "
12
12
}
13
13
14
14
# eks addon and helm tests are similar
15
15
variable "test_dir" {
16
16
type = string
17
- default = " ../../eks "
17
+ default = " ../../validator "
18
18
}
19
19
20
20
variable "helm_dir" {
21
21
type = string
22
- default = " ../../../helm "
22
+ default = " ../../../../charts/amazon-cloudwatch-observability "
23
23
}
24
24
25
25
variable "kube_dir" {
@@ -29,7 +29,7 @@ variable "kube_dir" {
29
29
30
30
variable "cluster_name" {
31
31
type = string
32
- default = " cwagent-operator- helm-integ"
32
+ default = " cwagent-helm-chart -integ"
33
33
}
34
34
35
35
variable "windows_os_version" {
You can’t perform that action at this time.
0 commit comments