Skip to content

Commit 0442f9e

Browse files
authored
Merge pull request #17 from scribd/change_k8_cluster_role_bindng
fix: changing the user in the k8s cluster role binding from anonymous to lambda
2 parents 5cf04ed + 696bb8e commit 0442f9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iam.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ resource "kubernetes_cluster_role_binding" "lambda-user-role-binding" {
128128
}
129129
subject {
130130
kind = "User"
131-
name = "system:anonymous"
131+
name = "lambda"
132132
api_group = "rbac.authorization.k8s.io"
133-
namespace = "kube-system"
134133
}
135134
}

0 commit comments

Comments
 (0)