Skip to content

Commit 93a389c

Browse files
committed
rename chart and add to component
Signed-off-by: Johannes Aubart <johannes.aubart@sap.com>
1 parent ca1fb1f commit 93a389c

7 files changed

Lines changed: 10 additions & 1 deletion

File tree

File renamed without changes.

charts/open-telemetry-collector/Chart.yaml renamed to charts/open-telemetry-collector-resource/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: open-telemetry-collector
2+
name: open-telemetry-collector-resource
33
description: A Helm chart for an OpenTelemetryCollector resource.
44
type: application
55
version: 0.0.1

charts/open-telemetry-collector/templates/_helpers.tpl renamed to charts/open-telemetry-collector-resource/templates/_helpers.tpl

File renamed without changes.

charts/open-telemetry-collector/templates/collector.yaml renamed to charts/open-telemetry-collector-resource/templates/collector.yaml

File renamed without changes.

charts/open-telemetry-collector/templates/serviceaccount.yaml renamed to charts/open-telemetry-collector-resource/templates/serviceaccount.yaml

File renamed without changes.
File renamed without changes.

component-constructor.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ components:
9999
path: "docker.io/otel/opentelemetry-collector-contrib:${OPEN_TELEMETRY_COLLECTOR_IMAGE_VERSION#v}"
100100
repository: images/opentelemetry-collector
101101

102+
# open telemetry collector resource chart
103+
- name: open-telemetry-collector-resource-chart
104+
version: ${OBSERVABILITY_STACK_VERSION}
105+
type: helmChart
106+
input:
107+
type: Helm/v1
108+
path: charts/open-telemetry-collector-resource
109+
repository: charts/open-telemetry-collector-resource:${OBSERVABILITY_STACK_VERSION}
110+
102111
# prometheus operator
103112
- name: prometheus-operator-kustomization
104113
version: ${OBSERVABILITY_STACK_VERSION}

0 commit comments

Comments
 (0)