forked from open-telemetry/opentelemetry-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfix-managed-by-gross.yaml
executable file
·19 lines (15 loc) · 1.1 KB
/
fix-managed-by-gross.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking
# 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, auto-instrumentation, opamp
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: This removes the static label app.kubernetes.io/managed-by from user applied CRs (collector, instrumentation, bridge)
# One or more tracking issues related to the change
issues: [3014]
# (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 existence of app.kubernetes.io/managed-by=opentelemetry-operator was preventing the helm managed-by
labels from persisting correctly. this resulted in unnecessary conflicts while also resulting in an
operator failure to pull the correct images for auto-instrumentation.