This commit is contained in:
2024-05-12 17:05:02 +02:00
parent 447694900b
commit e113e7e2d0

View File

@@ -9,5 +9,5 @@ locals {
"app.kubernetes.io/name" = var.component
"app.kubernetes.io/instance" = var.instance
}
common-labels = common_labels
common-labels = local.common_labels
}