Skip to content

Commit

Permalink
hostfix DefaultSinkName
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhachyan committed Dec 5, 2023
1 parent 8870235 commit 41cf6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions config/samples/observability_v1alpha1_vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ metadata:
name: vector-sample
namespace: vector
spec:
mergeKubernetesSources: true
agent:
image: "timberio/vector:0.28.1-debian"
internalMetrics: false
api:
enabled: false
compressConfigFile: false
enabled: true
2 changes: 1 addition & 1 deletion pkg/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
DefaultSourceName: defaultSource,
},
Sinks: map[string]*Sink{
DefaultSourceName: defaultSink,
DefaultSinkName: defaultSink,
},
}

Expand Down

0 comments on commit 41cf6ea

Please sign in to comment.