Skip to content

Commit 304fcf5

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

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
@@ -50,7 +50,7 @@ type Options struct {
5050
cmd *cobra.Command
5151
Apiserver string `yaml:"apiserver"`
5252
CustomResourceConfig string `yaml:"custom_resource_config"`
53-
CustomResourceConfigFile string `yaml:"custom_resource_config_file"`
53+
CustomResourceConfigFile string `yaml:"custom_resource_state_config_file"`
5454
ContinueWithoutCustomResourceConfigFile bool `yaml:"continue_without_custom_resource_config_file"`
5555
Host string `yaml:"host"`
5656
Kubeconfig string `yaml:"kubeconfig"`

0 commit comments

Comments
 (0)