This commit is contained in:
2024-05-26 16:49:37 +02:00
parent 52df000331
commit ce2760e785
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ resource "kubectl_manifest" "secret" {
kind: Secret
metadata:
name: "${var.instance}-${var.component}"
labels: ${jsonencode(local.sonar_all_labels)}
labels: ${jsonencode(local.common_labels)}
namespace: ${var.namespace}
type: Opaque
stringData: