Browse Source

Merge pull request #633 from external-secrets/feature/test-e2e

chore: test e2e-managed
paul-the-alien[bot] 4 years ago
parent
commit
580efb0f84
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"
 }