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