From 6970577b4763a3612ff69db5639cce72dc3ede06 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 6 Apr 2023 22:47:23 -0400 Subject: [PATCH] Forgot to include redis --- cluster/apps/database/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/apps/database/kustomization.yaml b/cluster/apps/database/kustomization.yaml index 9cc2f97..bcb0f09 100644 --- a/cluster/apps/database/kustomization.yaml +++ b/cluster/apps/database/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - ./namespace.yaml - ./network_policy.yaml -- ./postgresql \ No newline at end of file +- ./postgresql +- ./redis \ No newline at end of file