From bdbcb2cd3312d496731e5209844c3ac75bdef932 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 27 Jan 2024 13:28:56 -0600 Subject: [PATCH] No netpol yet. --- .../crunchy-postgres-operator/operator/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/operator/kustomization.yaml b/kubernetes/apps/database/crunchy-postgres-operator/operator/kustomization.yaml index 5b7d6d5..17cbc72 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/operator/kustomization.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/operator/kustomization.yaml @@ -4,4 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./helmrelease.yaml - - ./networkpolicy.yaml