fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
locals {
|
||||
deploy-envs = concat([{
|
||||
deploy-envs = [{
|
||||
"name" = "CONNECTIONS"
|
||||
"value" = local.connections
|
||||
}],var.use-oauth?[{
|
||||
},{
|
||||
"name" = "OAUTH_CLIENT_ID"
|
||||
"valueFrom" = {
|
||||
"secretKeyRef" = {
|
||||
@@ -18,7 +18,7 @@ locals {
|
||||
"key" = "client-secret"
|
||||
}
|
||||
}
|
||||
}]:[])
|
||||
}]
|
||||
}
|
||||
|
||||
resource "kubectl_manifest" "deploy" {
|
||||
|
||||
Reference in New Issue
Block a user