This commit is contained in:
2023-10-29 08:43:28 +01:00
parent 32f5940e0c
commit 1ca64229ed
2 changed files with 56 additions and 55 deletions

View File

@@ -13,6 +13,7 @@ locals {
data "kustomization_overlay" "data" {
namespace = var.namespace
common_labels = local.common-labels
depends_on = [kubectl_manifest.server_config, kubectl_manifest.prj_secret, kubernetes_secret_v1.oauth2-client-gitea]
resources = [for file in fileset(path.module, "*.yaml"): file if file != "index.yaml"]
patches {
target {