Skip to content

Commit

Permalink
Running helm integration tests on PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Apr 23, 2024
1 parent 07d8c36 commit b23bed5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ resource "helm_release" "this" {
name = "region"
value = "${var.region}"
}
set {
name = "clusterName"
value = "${aws_eks_cluster.this.name}"
}
}

resource "null_resource" "validator" {
Expand Down

0 comments on commit b23bed5

Please sign in to comment.