mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 08:29:34 +01:00
8 lines
126 B
Terraform
8 lines
126 B
Terraform
|
resource "kubernetes_service_account" "flannel" {
|
||
|
metadata {
|
||
|
name = "flannel"
|
||
|
namespace = "kube-system"
|
||
|
}
|
||
|
}
|
||
|
|