This commit is contained in:
2023-10-23 13:05:23 +02:00
parent 1f9ecde134
commit ad2ea79ecc
2 changed files with 89 additions and 89 deletions

View File

@@ -102,7 +102,7 @@ resource "kubectl_manifest" "postgrest_deploy" {
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
EOF
EOF
], var.extentions.postgrest.swagger.enable?[<<-EOF
- name: swagger
securityContext:
@@ -137,7 +137,7 @@ resource "kubectl_manifest" "postgrest_deploy" {
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
EOF
EOF
]:[""]))
}