Skip to content

Commit

Permalink
make bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jawnsy committed Aug 28, 2023
1 parent f14899a commit 910092a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
categories: Logging & Tracing
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2023-08-18T14:30:49Z"
createdAt: "2023-08-28T17:54:06Z"
description: Provides the OpenTelemetry components, including the Collector
operators.operatorframework.io/builder: operator-sdk-v1.29.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/opentelemetry.io_opentelemetrycollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3703,9 +3703,9 @@ spec:
attached to Collector and Target Allocator pods.
type: object
podSecurityContext:
description: PodSecurityContext holds pod-level security attributes
and common container settings. Some fields are also present in container.securityContext. Field
values of container.
description: PodSecurityContext configures the pod security context
for the opentelemetry-collector pod, when running as a deployment,
daemonset, or statefulset.
properties:
fsGroup:
description: "A special supplemental group that applies to all
Expand Down Expand Up @@ -3928,8 +3928,8 @@ spec:
type: object
type: object
securityContext:
description: SecurityContext will be set as the container security
context.
description: SecurityContext configures the container security context
for the opentelemetry-collector container.
properties:
allowPrivilegeEscalation:
description: AllowPrivilegeEscalation controls whether a process
Expand Down
10 changes: 5 additions & 5 deletions config/crd/bases/opentelemetry.io_opentelemetrycollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3700,9 +3700,9 @@ spec:
attached to Collector and Target Allocator pods.
type: object
podSecurityContext:
description: PodSecurityContext holds pod-level security attributes
and common container settings. Some fields are also present in container.securityContext. Field
values of container.
description: PodSecurityContext configures the pod security context
for the opentelemetry-collector pod, when running as a deployment,
daemonset, or statefulset.
properties:
fsGroup:
description: "A special supplemental group that applies to all
Expand Down Expand Up @@ -3925,8 +3925,8 @@ spec:
type: object
type: object
securityContext:
description: SecurityContext will be set as the container security
context.
description: SecurityContext configures the container security context
for the opentelemetry-collector container.
properties:
allowPrivilegeEscalation:
description: AllowPrivilegeEscalation controls whether a process
Expand Down

0 comments on commit 910092a

Please sign in to comment.