Skip to content

Commit

Permalink
fix: invalid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
highpon committed Dec 17, 2024
1 parent c0e097a commit 1d9062c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion k8s/index/job/exportation/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ spec:
pyroscope.io/port: "6060"
spec:
initContainers:
initContainers:
- name: wait-for-gateway-lb
image: busybox:stable
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion pkg/index/job/exportation/usecase/exportation.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (r *run) Start(ctx context.Context) (<-chan error, error) {
if r.observability != nil {
oech = r.observability.Start(ctx)
}
// sech = r.server.ListenAndServe(ctx)
sech = r.server.ListenAndServe(ctx)
cech, err := r.exporter.StartClient(ctx)
if err != nil {
close(ech)
Expand Down

0 comments on commit 1d9062c

Please sign in to comment.