From 4c0c76bde622d0c4f3911148f68f4e8b83a4fa74 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 17 Feb 2023 15:57:10 +0100 Subject: [PATCH] fix: stop using hugo cmd in the helm chart --- chart/values.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index f1a588f..7b69c68 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -16,11 +16,6 @@ deployAnnotations: podSecurityContext: {} # fsGroup: 2000 -command: - - "/bin/sh" - - "-c" - - "hugo server --bind 0.0.0.0 -p 80 -b https://badhouseplants.net/ --appendPort=false" - securityContext: {} # capabilities: # drop: