From ad0e708e9fc1cedc5887007a2c703e9c2a1d7049 Mon Sep 17 00:00:00 2001 From: Jon Edvald Date: Tue, 25 Sep 2018 12:18:12 +0200 Subject: [PATCH] fix(openfaas): avoid length issue for helm release name --- .../static/openfaas/system/openfaas-system/garden.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/garden-service/static/openfaas/system/openfaas-system/garden.yml b/garden-service/static/openfaas/system/openfaas-system/garden.yml index 91de585553..e8eefc7e84 100644 --- a/garden-service/static/openfaas/system/openfaas-system/garden.yml +++ b/garden-service/static/openfaas/system/openfaas-system/garden.yml @@ -1,6 +1,6 @@ module: - description: Kubernetes dashboard configuration - name: openfaas-system + description: OpenFaaS runtime + name: system type: helm repo: https://openfaas.github.io/faas-netes/ chart: openfaas