Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mapno committed Dec 18, 2024
1 parent eccf2ff commit 61ed015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/docsgen/generate_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ func main() {
newConfig.Ingester.LifecyclerConfig.ID = hostname
newConfig.Ingester.LifecyclerConfig.InfNames = []string{"eth0"}
newConfig.Generator.Ring.InstanceID = hostname
newConfig.Generator.InstanceID = hostname
newConfig.BlockBuilder.InstanceID = hostname

newConfigBytes, err := yaml.Marshal(newConfig)
if err != nil {
Expand Down

0 comments on commit 61ed015

Please sign in to comment.