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

@@ -6,6 +6,7 @@ resource "kubectl_manifest" "Job_taiga-createinitialtemplates" {
name: "${var.instance}-${var.component}-post-config"
namespace: "${var.namespace}"
labels: ${jsonencode(local.postcfg_all_labels)}
ownerReferences: ${jsonencode(var.install_owner)}
spec:
backoffLimit: 4
parallelism: 1