Skip to content

Commit

Permalink
Fix bug where sometimes Instrumentation opentelemetry.io/v1alpha1 can…
Browse files Browse the repository at this point in the history
… be installed too early (#1544)
  • Loading branch information
jvoravong authored Nov 20, 2024
1 parent a23b33c commit 8d3b01c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .chloggen/fix-operator-inst-bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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. agent, clusterReceiver, gateway, operator, chart, other)
component: agent
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix bug where sometimes Instrumentation opentelemetry.io/v1alpha1 can be installed too early
# One or more tracking issues related to the change
issues: [1544]
# (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:
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
app.kubernetes.io/component: otel-operator
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "1"
"helm.sh/hook-weight": "5"
spec:
exporter:
endpoint: http://default-splunk-otel-collector-agent.default.svc.cluster.local:4317
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
app.kubernetes.io/component: otel-operator
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "1"
"helm.sh/hook-weight": "5"
spec:
exporter:
endpoint: {{ include "splunk-otel-collector.operator.instrumentation-exporter-endpoint" . }}
Expand Down

0 comments on commit 8d3b01c

Please sign in to comment.