This commit is contained in:
2024-05-31 16:27:15 +02:00
parent e017c91d4e
commit a55965fe13
6 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ resource "kubectl_manifest" "secret" {
name: "${var.instance}-${var.component}"
labels: ${jsonencode(local.common_labels)}
namespace: ${var.namespace}
ownerReferences: ${jsonencode(var.install_owner)}
type: Opaque
stringData:
TAIGA_SECRET_KEY: "${random_password.system.result}"