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:
parent
759d241cd9
commit
5d396e1351
2 changed files with 1 additions and 5 deletions
|
@ -86,7 +86,7 @@ func WithServiceAccount(saName string) MutationFunc {
|
|||
},
|
||||
{
|
||||
Key: "serviceAccount.name",
|
||||
Value: "eso-e2e-test",
|
||||
Value: saName,
|
||||
},
|
||||
}...)
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue