Closed waodim closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.88%. Comparing base (
5502720
) to head (f4ee594
). Report is 1 commits behind head on release-1.3.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
in config/helm/chart/default/templates/_labels.tpl
remove
{{/*
Extensions Controller (EEC) labels
*/}}
{{- define "dynatrace-operator.extensionsControllerLabels" -}}
{{ include "dynatrace-operator.commonLabels" . }}
app.kubernetes.io/component: dynatrace-extensions-controller
{{- end -}}
{{/*
Extensions OpenTelemetry Collector (OTelC) labels
*/}}
{{- define "dynatrace-operator.extensionsOpenTelemetryCollectorLabels" -}}
{{ include "dynatrace-operator.commonLabels" . }}
app.kubernetes.io/component: dynatrace-extensions-collector
{{- end -}}
Description
NOTE: This is a PR from a series of PRs that will follow that deal with the removal of v1beta3 from operator v1.3.
In this PR I removed .yaml files that were related to the extensions.
https://dt-rnd.atlassian.net/browse/K8S-11056
How can this be tested?
Helm unittests should run through, double check if I missed something.