From d3b650eff2cb9370c37276b6521b9fb05d302cbd Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Thu, 24 Jul 2025 14:35:15 +0200 Subject: [PATCH] chore(postgres): enable ks --- kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kustomization.yaml b/kustomization.yaml index 0778973..83384c7 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -16,4 +16,5 @@ resources: - templates/image-server/ks-pvc.yaml - templates/image-server/ks-route.yaml - templates/windowsserver/ks-flavor.yaml - - templates/windowsserver-rh/ks-flavor.yaml \ No newline at end of file + - templates/windowsserver-rh/ks-flavor.yaml + - postgres/ks.yaml \ No newline at end of file