Skip to content

Commit 595c2f4

Browse files
committed
Fix TA CRD
Signed-off-by: Pavol Loffay <[email protected]>
1 parent cc3ab94 commit 595c2f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/crd/bases/opentelemetry.io_targetallocators.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -2103,6 +2103,16 @@ spec:
21032103
additionalProperties:
21042104
type: string
21052105
type: object
2106+
observability:
2107+
properties:
2108+
metrics:
2109+
properties:
2110+
disablePrometheusAnnotations:
2111+
type: boolean
2112+
enableMetrics:
2113+
type: boolean
2114+
type: object
2115+
type: object
21062116
podAnnotations:
21072117
additionalProperties:
21082118
type: string

0 commit comments

Comments
 (0)