This commit is contained in:
2023-07-28 18:41:11 +02:00
parent 85230c1481
commit f7115d4128
3 changed files with 148 additions and 148 deletions

View File

@@ -10,7 +10,6 @@ locals {
"app.kubernetes.io/instance" = var.instance
}
nextcloud-labels = merge(local.common-labels, {
"app.kubernetes.io/component" = "nextcloud"
})
}