Skip to content

Commit

Permalink
fix crd
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Nov 1, 2024
1 parent 9a22ba7 commit 114c526
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
app.kubernetes.io/name: opentelemetry-operator
name: opentelemetrycollectors.opentelemetry.io
spec:
{{- if .Values.admissionWebhooks.create }}
conversion:
strategy: Webhook
webhook:
Expand All @@ -23,6 +24,7 @@ spec:
conversionReviewVersions:
- v1alpha1
- v1beta1
{{- end }}
group: opentelemetry.io
names:
kind: OpenTelemetryCollector
Expand Down

0 comments on commit 114c526

Please sign in to comment.