This commit is contained in:
2023-10-29 08:53:39 +01:00
parent 1ca64229ed
commit 47a6fc61fa
3 changed files with 84 additions and 40 deletions

View File

@@ -13,7 +13,6 @@ 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 {