Skip to content

Commit 643abc7

Browse files
committed
fix: correct KEDA pod identity service account name in terraform
1 parent 137d552 commit 643abc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • manifests/modules/fastpaths/developers/.workshop/terraform/preprovision

manifests/modules/fastpaths/developers/.workshop/terraform/preprovision/keda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "aws_iam_role_policy_attachment" "keda_auto" {
3434
resource "aws_eks_pod_identity_association" "keda_auto" {
3535
cluster_name = var.eks_cluster_auto_id
3636
namespace = "keda"
37-
service_account = "keda"
37+
service_account = "keda-operator"
3838
role_arn = aws_iam_role.keda_auto.arn
3939
}
4040

0 commit comments

Comments
 (0)