Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from xoap-io/dev
Browse files Browse the repository at this point in the history
small fix for service acccounts
  • Loading branch information
bbrauneck authored Aug 17, 2022
2 parents 41df7cf + 9305901 commit 5b4fcd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ resource "kubernetes_service_account" "this" {
labels = merge(local.labels, {
k8s-app = var.name
})
annotations = var.service_account_annotations

}
annotations = var.service_account_annotations
automount_service_account_token = true
}
resource "kubernetes_deployment" "this" {
Expand Down

0 comments on commit 5b4fcd1

Please sign in to comment.