This commit is contained in:
2024-06-17 08:09:07 +02:00
parent 06205eba3a
commit 76f0598397
5 changed files with 9 additions and 2047 deletions

View File

@@ -56,7 +56,7 @@ data "kubernetes_ingress_v1" "authentik" {
data "kustomization_overlay" "data" {
common_labels = local.common_labels
namespace = var.namespace
resources = [for file in fileset(path.module, "*.yaml"): file if ! contains(["index.yaml", "v1_ConfigMap_gitea-themes.yaml"], file)]
resources = [for file in fileset(path.module, "*.yaml"): file if ! contains(["index.yaml"], file)]
patches {
target {
kind = "Secret"