Loading cmd/release_config/release_config_lib/release_configs.go +3 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,9 @@ func (configs *ReleaseConfigs) LoadReleaseConfigMap(path string, ConfigDirIndex } } } if flagDeclaration.Namespace == nil { return fmt.Errorf("Flag declaration %s has no namespace.", path) } m.FlagDeclarations = append(m.FlagDeclarations, *flagDeclaration) name := *flagDeclaration.Name Loading Loading
cmd/release_config/release_config_lib/release_configs.go +3 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,9 @@ func (configs *ReleaseConfigs) LoadReleaseConfigMap(path string, ConfigDirIndex } } } if flagDeclaration.Namespace == nil { return fmt.Errorf("Flag declaration %s has no namespace.", path) } m.FlagDeclarations = append(m.FlagDeclarations, *flagDeclaration) name := *flagDeclaration.Name Loading