From 19266070e120f09c0d196944146c62319b7872bc Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 8 May 2024 19:54:46 +0200 Subject: [PATCH] Fix Signed-off-by: Pavol Loffay --- .chloggen/cleanup-roles.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .chloggen/cleanup-roles.yaml diff --git a/.chloggen/cleanup-roles.yaml b/.chloggen/cleanup-roles.yaml new file mode 100755 index 0000000000..51be6f2675 --- /dev/null +++ b/.chloggen/cleanup-roles.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: bug_fix + +# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) +component: collector + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Cleanup ClusterRoles and ClusterRoleBindings created by the operator + +# One or more tracking issues related to the change +issues: [2938] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: The operator uses finalizer on the collector to run the cleanup