Browse Source

chore: test e2e-managed

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 4 years ago
parent
commit
5d396e1351
2 changed files with 1 additions and 5 deletions
  1. 1 1
      e2e/framework/addon/eso.go
  2. 0 4
      terraform/aws/variables.tf

+ 1 - 1
e2e/framework/addon/eso.go

@@ -86,7 +86,7 @@ func WithServiceAccount(saName string) MutationFunc {
 			},
 			{
 				Key:   "serviceAccount.name",
-				Value: "eso-e2e-test",
+				Value: saName,
 			},
 		}...)
 	}

+ 0 - 4
terraform/aws/variables.tf

@@ -1,19 +1,15 @@
 variable "AWS_SA_NAME" {
   type    = string
-  default = "eso-e2e-test"
 }
 
 variable "AWS_SA_NAMESPACE" {
   type    = string
-  default = "default"
 }
 
 variable "AWS_REGION" {
   type    = string
-  default = "eu-west-1"
 }
 
 variable "AWS_CLUSTER_NAME" {
   type    = string
-  default = "eso-e2e-managed"
 }