Skip to content

Commit

Permalink
Update cmd/es-rollover/app/flags.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
rubenvp8510 and yurishkuro committed May 26, 2022
1 parent 75a7300 commit 107fd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/es-rollover/app/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func AddFlags(flags *flag.FlagSet) {
flags.Bool(useILM, false, "Use ILM to manage jaeger indices")
flags.String(ilmPolicyName, "jaeger-ilm-policy", "The name of the ILM policy to use if ILM is active")
flags.Int(timeout, 120, "Number of seconds to wait for master node response")
flags.Bool(skipDependencies, false, "Enable dependency index rollover")
flags.Bool(skipDependencies, false, "Disable rollover for dependencies index")

}

Expand Down

0 comments on commit 107fd63

Please sign in to comment.