From 2c1f836c14eb30d4bdee84dad406c7ad457c4831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Thu, 16 May 2024 19:51:50 +0200 Subject: [PATCH] fix --- apps/wordpress/presentation.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wordpress/presentation.tf b/apps/wordpress/presentation.tf index 532fa38..faaca24 100644 --- a/apps/wordpress/presentation.tf +++ b/apps/wordpress/presentation.tf @@ -23,7 +23,7 @@ module "service" { component = var.component instance = var.instance namespace = var.namespace - labels = local.common_labels + labels = local.wp_labels targets = ["http"] providers = { kubectl = kubectl