mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
7 lines
139 B
HCL
7 lines
139 B
HCL
output "service_account_token" {
|
|
value = lookup(kubernetes_secret.sa-key, "data.token", "")
|
|
}
|
|
|
|
output "namespace" {
|
|
value = local.ns
|
|
}
|