diff --git a/cmd/main.go b/cmd/main.go index 01588c2c..37390e74 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -87,7 +87,7 @@ func main() { flag.DurationVar(&gardenerRequestTimeout, "gardener-request-timeout", defaultGardenerRequestTimeout, "Timeout duration for requests to Gardener") flag.BoolVar(&enableRuntimeReconciler, "runtime-reconciler-enabled", defaultRuntimeReconcilerEnabled, "Feature flag for all runtime reconciler functionalities") flag.BoolVar(&persistShoot, "persist-shoot", false, "Feature flag to allow persisting created shoots") - flag.StringVar(&converterConfigFilepath, "converter-config-filepath", "converter_config.json", "A file path to the gardener shoot converter configuration.") + flag.StringVar(&converterConfigFilepath, "converter-config-filepath", "hack/converter_config.json", "A file path to the gardener shoot converter configuration.") opts := zap.Options{ Development: true,