-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Changes needed to upgrade the otel operator to 0.76.0
- Loading branch information
1 parent
1dd352e
commit 9c7fcee
Showing
11 changed files
with
12,997 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
feat: Changes needed to upgrade the otel operator to 0.76.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,764 changes: 1,764 additions & 0 deletions
1,764
deploy/helm/sumologic/crds/crd-opentelemetry.io_opampbridges.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
9,282 changes: 9,282 additions & 0 deletions
9,282
deploy/helm/sumologic/crds/crd-opentelemetrycollector.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,892 changes: 1,892 additions & 0 deletions
1,892
deploy/helm/sumologic/crds/crd-opentelemetryinstrumentation.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{{- if .Values.sumologic.installCRDs -}} | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: {{ template "sumologic.metadata.name.setup.configmap-crds" . }} | ||
namespace: {{ template "sumologic.namespace" . }} | ||
annotations: | ||
{{ include "sumologic.annotations.app.setup.helmsh" "2" | indent 4 }} | ||
labels: | ||
app: {{ template "sumologic.labels.app.setup.configmap.crds" . }} | ||
{{- include "sumologic.labels.common" . | nindent 4 }} | ||
data: | ||
crds-configmaps.yaml: |- | ||
{{ range $path, $bytes := .Files.Glob (printf "crds/*")}} | ||
{{- $.Files.Get $path | nindent 8 }} | ||
{{ end }} | ||
{{- end -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters