This commit is contained in:
2024-05-25 14:25:10 +02:00
parent f2dd6e76b9
commit c492d69be4
2 changed files with 4 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ locals {
sonar_all_labels = merge({
"app.kubernetes.io/componant" = "sonarQube"
},local.common_labels)
postcfg_all_labels = merge({
"app.kubernetes.io/componant" = "postconfig"
},local.common_labels)
pg_labels = merge(local.common_labels, {
"app.kubernetes.io/component" = "pg"
})