Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Siman committed Nov 18, 2024
1 parent 5a49427 commit a18acaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudguard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ resource "kubernetes_manifest" "secret_cloudguard_controller_secret" {
"kubernetes.io/service-account.name" = "cloudguard-controller"
}
"name" = "cloudguard-controller-secret"
"namespace" = "default"
}
"type" = "kubernetes.io/service-account-token"
}
Expand Down

0 comments on commit a18acaf

Please sign in to comment.