From b1dfe940cb57eb78c2974c667d3dd1edcac74f09 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 23 Mar 2025 17:52:46 +0100 Subject: [PATCH] Fix ghost base kustomization --- apps/base/ghost/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/ghost/kustomization.yaml b/apps/base/ghost/kustomization.yaml index f4e458d..355a266 100644 --- a/apps/base/ghost/kustomization.yaml +++ b/apps/base/ghost/kustomization.yaml @@ -5,4 +5,5 @@ namespace: ghost resources: - namespace.yaml - - repository.yaml \ No newline at end of file + - deployment.yaml + - service.yaml \ No newline at end of file