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