Skip to content

Commit e6f4121

Browse files
Update pkg/options/options.go
Co-authored-by: Pranshu Srivastava <[email protected]>
1 parent 304fcf5 commit e6f4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Options struct {
5151
Apiserver string `yaml:"apiserver"`
5252
CustomResourceConfig string `yaml:"custom_resource_config"`
5353
CustomResourceConfigFile string `yaml:"custom_resource_state_config_file"`
54-
ContinueWithoutCustomResourceConfigFile bool `yaml:"continue_without_custom_resource_config_file"`
54+
ContinueWithoutCustomResourceConfigFile bool `yaml:"continue_without_custom_resource_state_config_file"`
5555
Host string `yaml:"host"`
5656
Kubeconfig string `yaml:"kubeconfig"`
5757
Namespace string `yaml:"namespace"`

0 commit comments

Comments
 (0)