From 09252bf645a19db7773c5c11ddfc58c073bfd38d Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 3 Dec 2019 14:26:25 +0100 Subject: [PATCH] Refer to nextcloud chart bug in HelmRelease --- flux/nextcloud.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flux/nextcloud.yaml b/flux/nextcloud.yaml index 5bdcfec6a..1df101280 100644 --- a/flux/nextcloud.yaml +++ b/flux/nextcloud.yaml @@ -7,7 +7,8 @@ metadata: annotations: flux.weave.works/automated: "false" spec: - # calling the release "nextcloud" runs into a bug in the helm chart + # Calling the release "nextcloud" runs into a bug in the helm chart. + # See https://open.greenhost.net/openappstack/nextcloud/issues/3 for details. releaseName: nc chart: git: https://open.greenhost.net/openappstack/nextcloud -- GitLab