From 9d53479fc452eebbf529513a5cec411f9d91a86a Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Wed, 21 Feb 2024 16:54:18 +0800 Subject: [PATCH] chore: reduce artifacthub changelog entry to one line --- charts/lagoon-logging/Chart.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index ad549cde..1072bdf3 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -34,13 +34,4 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: security - description: > - Previously the test role and rolebinding were being installed - unconditionally. With this change they are only installed when running - helm test and then removed. - - Having the role and rolebinding installed unconditionally would mean - that any serviceaccount (including the default) would be able to view - service objects in the lagoon-logging namespace. This is an unnecessary - elevation of privilege, but these service objects do not contain - anything sensitive. + description: avoid test role and rolebinding being wrongly installed