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