Skip to content

Commit

Permalink
add KubernetesSinkOptions to DefaultConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy authored Aug 20, 2023
1 parent 8be5716 commit a2bdb11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/pgopher/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ func DefaultConfig() Config {
FileSinkOptions: FileSinkOptions{
Folder: "profiles",
},
KubernetesSinkOptions: KubernetesSinkOptions{
Namespace: "pgopher",
},
},
}
}
Expand Down

0 comments on commit a2bdb11

Please sign in to comment.