From e5073d560d02fd6e18b225d731a9f8b854d2827d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 17 Feb 2023 15:02:29 +0000 Subject: [PATCH] Fix the command in the helm chart (#10) In helmchart it's defined to use `hugo` to server the static content. Since hugo is not in container any more, it's not going to work Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/10 --- chart/Chart.yaml | 2 +- chart/values.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index bd0bc0e..2df2605 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: badhouseplants-net description: A Helm chart for Kubernetes type: application -version: 0.1.12 +version: 0.2.0 appVersion: "1.16.0" 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: