From 6ef32b14a3c21c6b487f5c3b8097ef98cdec5546 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 15 Jun 2023 00:49:56 -0400 Subject: [PATCH] disable pgadmin4, I'll do a rebuild of it later --- cluster/apps/database/postgresql/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/database/postgresql/kustomization.yaml b/cluster/apps/database/postgresql/kustomization.yaml index 31bf3f1..b52eb49 100644 --- a/cluster/apps/database/postgresql/kustomization.yaml +++ b/cluster/apps/database/postgresql/kustomization.yaml @@ -4,4 +4,4 @@ resources: - ./pgsql-pv.yaml - ./pgsql.sops.yaml - ./helm-release.yaml -- ./pgadmin4 \ No newline at end of file +#- ./pgadmin4 \ No newline at end of file