From 456cccce96c0fc388158fde79650929b961b1c4e Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 24 May 2024 22:17:50 -0500 Subject: [PATCH] fix url --- clusters/cl01tl/applications/ghost/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/ghost/values.yaml b/clusters/cl01tl/applications/ghost/values.yaml index a1fba45ce..e711c5ba1 100644 --- a/clusters/cl01tl/applications/ghost/values.yaml +++ b/clusters/cl01tl/applications/ghost/values.yaml @@ -7,7 +7,7 @@ ghost: existingSecret: ghost-credentials-secret ghostEmail: alexanderlebens@gmail.com ghostBlogTitle: Alex Lebens - ghostHost: blog.alexlebens.net + ghostHost: blog.alexlebens.dev ghostPath: / ghostSkipInstall: false replicaCount: 1