diff --git a/pkg/api/runtimeoptions/v1/api.proto b/pkg/api/runtimeoptions/v1/api.proto index f907d609c..4f5b68fe5 100644 --- a/pkg/api/runtimeoptions/v1/api.proto +++ b/pkg/api/runtimeoptions/v1/api.proto @@ -14,9 +14,9 @@ option (gogoproto.unmarshaler_all) = true; option (gogoproto.goproto_unrecognized_all) = false; message Options { - // TypeUrl specifies the type of the content inside the config file. - string type_url = 1; - // ConfigPath specifies the filesystem location of the config file - // used by the runtime. - string config_path = 2; + // TypeUrl specifies the type of the content inside the config file. + string type_url = 1; + // ConfigPath specifies the filesystem location of the config file + // used by the runtime. + string config_path = 2; }