Skip to content

Commit

Permalink
fix: update kubernetes api
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Jun 4, 2024
1 parent 753a390 commit bc9ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "kubernetes_deployment_v1" "waggle_dance" {
}

spec {
service_account_name = kubernetes_service_account.waggle_dance[0].metadata.0.name
service_account_name = kubernetes_service_account_v1.waggle_dance[0].metadata.0.name
automount_service_account_token = true
container {
image = "${var.docker_image}:${var.docker_version}"
Expand Down

0 comments on commit bc9ae35

Please sign in to comment.