1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

chore: test e2e-managed

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
Moritz Johner 2022-01-24 21:40:47 +01:00
parent 759d241cd9
commit 5d396e1351
2 changed files with 1 additions and 5 deletions

View file

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

View file

@ -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"
}