fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
locals {
|
||||
prest-labels = merge(local.common-labels, {
|
||||
prest-labels = merge(local.common_labels, {
|
||||
"app.kubernetes.io/component" = "postgrest"
|
||||
})
|
||||
prest-dns_name = "api.${local.dns_name}"
|
||||
|
||||
Reference in New Issue
Block a user