This commit is contained in:
2024-05-12 12:03:32 +02:00
parent 599d175f82
commit 2890064fd4
191 changed files with 893 additions and 1068 deletions

View File

@@ -1,8 +1,8 @@
locals {
push-labels = merge(local.common-labels, {
push-labels = merge(local.common_labels, {
"type" = "branch-push"
})
tag-labels = merge(local.common-labels, {
tag-labels = merge(local.common_labels, {
"type" = "tag-push"
})
}
@@ -118,7 +118,7 @@ resource "kubectl_manifest" "ci-git-repo" {
metadata:
name: "${var.instance}-${var.component}-ci"
namespace: "${var.namespace}"
labels: ${jsonencode(local.common-labels)}
labels: ${jsonencode(local.common_labels)}
spec:
interval: 5m0s
ref:
@@ -137,7 +137,7 @@ resource "kubectl_manifest" "ci-kustomization" {
metadata:
name: "${var.instance}-${var.component}-ci"
namespace: "${var.namespace}"
labels: ${jsonencode(local.common-labels)}
labels: ${jsonencode(local.common_labels)}
spec:
interval: 5m
path: ./ci