From 2e02abac20a68c7544871407ff214a37802d329c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 29 Apr 2023 21:27:38 -0400 Subject: [PATCH] Dont include network policy for tools, its not needed --- cluster/apps/tools/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/tools/kustomization.yaml b/cluster/apps/tools/kustomization.yaml index be0814b..baf7288 100644 --- a/cluster/apps/tools/kustomization.yaml +++ b/cluster/apps/tools/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./namespace.yaml -- ./network_policy.yaml +#- ./network_policy.yaml - ./transfersh - ./vaultwarden - ./hastebin