We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b63918 commit 7a9c6efCopy full SHA for 7a9c6ef
config/config.go
@@ -60,6 +60,7 @@ type CommonServiceConfig struct {
60
func CommonFlags() *pflag.FlagSet {
61
flagSet := pflag.NewFlagSet("common", pflag.ContinueOnError)
62
63
+ flagSet.String("kubeconfig", "", "Set the kubeconfig path")
64
flagSet.String("debug-label-value", "", "Set the debug label value")
65
flagSet.Int("max-concurrent-reconciles", 1, "Set the max concurrent reconciles")
66
flagSet.String("environment", "local", "Set the environment")
0 commit comments