fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user